[jboss-dev-forums] [Design of EJB 3.0] - Re: Issues with passivation of nested SFSBs

bstansberry@jboss.com do-not-reply at jboss.com
Mon Jan 29 16:24:56 EST 2007


The issue is maintaining shared references to an XPC between the parent and the children across serialization/deserialization (i.e. passivation/activation or replication).  This was done by storing the nested bean contexts inside a collection in the parent bean context and only serializing/deserializing the whole thing as a unit.  This data structure implies a common lifecycle.

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

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



More information about the jboss-dev-forums mailing list