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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to