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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...