[jboss-dev-forums] [Design of EJB 3.0] - Re: Issues with passivation of nested SFSBs
bill.burke@jboss.com
do-not-reply at jboss.com
Mon Jan 29 10:53:13 EST 2007
Brian,
Nested SFSBs have to share the same lifecycle as their parents. They also have to share the same Extended Persistence Contexts the reference!
Another thought I had was to actually store the Nested Bean's instance inide of its proxy and propagate it to the Nested Bean's EJB container via the invocation object. If the invocation object had the actual bean instance already set, then the EJB container would not look in the cache.
I don't remember why I didn't do this....Maybe I didn't think of it at first?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007860#4007860
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007860
More information about the jboss-dev-forums
mailing list