[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-871) Invocation on nested SFSB does not trigger replication of parent context

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon Feb 12 12:16:30 EST 2007


Invocation on nested SFSB does not trigger replication of parent context
------------------------------------------------------------------------

                 Key: EJBTHREE-871
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-871
             Project: EJB 3.0
          Issue Type: Bug
          Components: Clustering
    Affects Versions: EJB 3.0 RC9 - Patch 1
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: EJB 3.0 RC11 - FD


An invocation on a clustered @Local nested SFSB causes the replication of the ProxiedStatefulBeanContext.  This object does not actually hold the bean instance's state, so replicating it is meaningless.

When a nested bean is involved, what should be replicated is the context that represents the ultimate parent of the tree of nested beans.

Need to handle the case of nested invocations, i.e. a call to one bean in the tree results in a call to another.  In this case the replication should only occur when the outer call completes.  An inner call should only mark the parent bean context as needing 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