Stateful « Session « Spring Q&A





1. Invoking Stateful Session Bean    forum.springsource.org

Invoking Stateful Session Bean How to invoke remote stateful session bean methods multiple times inside one client method? I have a Stateful session Bean with 3 methods. m1(), m2() and m3(). ...

2. accessing the stateful session bean using Spring    forum.springsource.org

Mar 31st, 2005, 01:12 AM #1 manju_kadur View Profile View Forum Posts Private Message Junior Member Join Date Mar 2005 Location Bangalore, India Posts 2 accessing the stateful session bean using ...

3. Accessing a STATEFUL Session Bean    forum.springsource.org

Hello everyone, I have been searching for examples on how to configure Spring to return the Remote interface for a STATEFUL Session Bean and have been unsuccessful. Its easy to do ...

4. Scope=session and stateful object HOWTO    forum.springsource.org

Scope=session and stateful object HOWTO Dear colleagues, This must be about core concepts, but so far have not found any explanation. My application is working on Spring MVC and Tomcat. 1) ...

5. HibernateCursorItemReader not closing stateful sessions    forum.springsource.org

HibernateCursorItemReader not closing stateful sessions Looks like there is a minor bug in HibernateCursorItemReader in the final release which I suspect is easily fixed; close() isnt closing stateful sessions there ...

6. Stateful vs Stateless Hibernate session    forum.springsource.org

Stateful vs Stateless Hibernate session Hi, I'm using Hibernate for data access in my batch job. I understand using hibernate stateful session is not feasible in batch application and hence HibernateCursorItemReader ...

7. Serialization issue on stateful session EJB    forum.springsource.org

Serialization issue on stateful session EJB Guys, I'm starting of my batch job from a stateful session bean. I do this by injecting my jobLauncer, jobRepository and Job into the beans, ...

8. stateful session without EJB    forum.springsource.org