-
Bug
-
Resolution: Done
-
Major
-
AS 4.2.0 GA
-
None
-
None
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.