[jboss-user] [Clustering/JBoss] - Re: ConcurrentModificationException during session serializa

bstansberry@jboss.com do-not-reply at jboss.com
Thu Jun 25 12:21:00 EDT 2009


Scott, this gets trickier in AS 5. In AS 5 the serialization of the attributes is deferred until JBoss Cache needs to serialize for replication. Which happens in ClusteredSessionValve.handleRequest:

[code
        ]finally
         {
            if (startedBatch)
            {
               tm.endBatch();
            }
         }


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

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



More information about the jboss-user mailing list