[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-948) FamilyClusterInfo not properly scoped

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sun Apr 22 12:57:30 EDT 2007


FamilyClusterInfo not properly scoped
-------------------------------------

                 Key: EJBTHREE-948
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-948
             Project: EJB 3.0
          Issue Type: Bug
    Affects Versions: AS 4.2.0 CR2
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: AS 4.2.0 GA


StatefulClusterProxyFactory and StatelessClusterProxyFactory are using Container.getEjbName() to identify beans.  This is inadequate as the ejb name need not be unique across deployments. Different deployments with the same name will overwrite each others' FamilyClusterInfo.

Should probably use the OID. EJB2 uses the container's JMX ObjectName, which is basically the same as the EJB3 OID.

-- 
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