[jboss-jira] [JBoss JIRA] Updated: (JBSEAM-332) javabeans in session are not distributable
Keith Naas (JIRA)
jira-events at jboss.com
Wed Aug 16 12:48:25 EDT 2006
[ http://jira.jboss.com/jira/browse/JBSEAM-332?page=all ]
Keith Naas updated JBSEAM-332:
------------------------------
Attachment: itpa.ear
Ear that contains the Source Code and the Deployable Ear. This can be dropped into a JBoss cluster and referenced at "http://Server:Port/itpa"
> javabeans in session are not distributable
> ------------------------------------------
>
> Key: JBSEAM-332
> URL: http://jira.jboss.com/jira/browse/JBSEAM-332
> Project: JBoss Seam
> Issue Type: Bug
> Components: Core
> Environment: Seam 1.0, JBoss 4.0.4GA, Windows Server 2003, Cluster of 4 nodes on 2 machines.
> Reporter: Keith Naas
> Attachments: itpa.ear
>
>
> We have an application that makes use of JavaBeans for a lot of our JSF "actions". When one of our nodes is brought down, the session should Seamlessly failover to another node. The user is sent to a different node, but the entire session appears to be in a clean state. We looked through the server logs and saw the following:
> 2006-08-15 10:47:36,658 ERROR [org.jboss.web.tomcat.tc5.session.JBossCacheService] [.......] loadSession(): id: GWrcdSJEASvXSJnX6fNHNg**exception occurred during serialization: java.lang.ClassNotFoundException: No ClassLoaders found for: com.ourapp.web.beans.WorksheetBean$$EnhancerByCGLIB$$bf40374c
> All of our beans are Serializable, but it appears that there is an issue with the cache sync of the CGLib proxy classes. This specific bean does have some service properties that are transients. It also has properties that refer to other Web JavaBeans.
> We will be investigating this some more, but we wanted to get this logged since it appears to be a major issue that prevents us from clustering our Seam apps.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list