[jboss-user] [Clustering/JBoss] - Re: Clustering and Load Balancing in Jboss-4.0.2 using Apach

bstansberry@jboss.com do-not-reply at jboss.com
Thu Apr 19 01:49:25 EDT 2007


Your DmWebSession class must be your problem then. Saying it implements Serializable is insufficient; all of its fields must also implement Serializable or be declared transient. Somewhere in the DmWebSession's object graph there is a non-transient reference to the session itself (aka org.apache.catalina.session.StandardSessionFacade).  StandardSessionFacade isn't serializable, so that won't work.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038717#4038717

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038717



More information about the jboss-user mailing list