1. Spring session-scoped beans (controllers) and references to services, in terms of serialization stackoverflow.com
|
2. How to make DefaultListableBeanFactory serializable stackoverflow.comWe are trying to deploy an application and enabled session replication though distributable tag in
|
3. session.save(Object obj, Serializable id) was removed forum.springsource.orgsession.save(Object obj, Serializable id) was removed hi i need to save (during migration) entities with a identifier for this i use Session.save(Object, Serializable) which works fine but lately was removed from ... |
4. Using non-serializable reference to service in session scoped bean forum.springsource.orgUsing non-serializable reference to service in session scoped bean In the JSF/facelets application I am developing, I use several session scoped beans in which I want to use a reference to ... |
5. Session scoped bean not serializable forum.springsource.orgSession scoped bean not serializable I have a session-scoped spring bean that has a DAO object injected into it. Everything works as expected but I have one problem. My app is ... |
6. Session scope beans and session serialization forum.springsource.orgSession scope beans and session serialization Hi, we have a relatively large Spring-based web application. Our beans are generally of two types: application-wide services (stateless, usually singleton-scoped beans) and user-specific beans ... |
7. bean with scope="session" does not serialize because of AspectJPointcutAdvisor forum.springsource.orgbean with scope="session" does not serialize because of AspectJPointcutAdvisor Hi folks, hope this is the right forum. I have a problem when Tomcat tries to serialize the HttpSession. We have several ... |
8. Serialization error with session scoped bean forum.springsource.orgMar 5th, 2009, 06:08 PM #1 JohnRock View Profile View Forum Posts Private Message Member Join Date Feb 2009 Posts 63 Serialization error with session scoped bean I have implemented a ... |
9. Session bean serialization question forum.springsource.orgSuppose I'm using Tomcat with two (or more) servers in load sharing or failover mode. Then periodically the contents of each HTTP session will be serialized and sent over to the ... |