[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-867) Loosen coupling of lifecycle of nested SFSBs
Brian Stansberry (JIRA)
jira-events at jboss.com
Tue Feb 6 12:47:22 EST 2007
Loosen coupling of lifecycle of nested SFSBs
--------------------------------------------
Key: EJBTHREE-867
URL: http://jira.jboss.com/jira/browse/EJBTHREE-867
Project: EJB 3.0
Issue Type: Task
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: EJB 3.0 RC10 - FD
When a parent SFSB has a non- at Remote child SFSB injected, the parent and child currently share a common lifecycle -- i.e. when the parent is destroyed the child will be destroyed as well.
As discussed on the referenced forum thread, we need to loosen this coupling, as it is possible for other in-VM clients to have references to the child bean.
Need to ensure that shared references to any ExtendedPersistentContext and managed entities are maintained, including across replication.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list