]
Dennis Reed updated EJBTHREE-2265:
----------------------------------
Affects Version/s: bom-eap5-1.0.2
(was: EJB3_1 1.0.6)
JndiSessionRegistrarBase registers EJBs with @RemoteBinding twice
-----------------------------------------------------------------
Key: EJBTHREE-2265
URL:
https://issues.jboss.org/browse/EJBTHREE-2265
Project: EJB 3.0
Issue Type: Bug
Components: proxy-impl
Affects Versions: bom-eap5-1.0.2
Reporter: Dennis Reed
Assignee: Dennis Reed
Fix For: bom-eap5-1.0.3
JndiSessionRegistrarBase registers the EJB's ProxyFactory, then immediately unbinds
and registers it again.
This causes problems in ProxyClusteringRegistry because the register call sets up a map
of cluster members, which is referenced
from the EJB's ReplicantsManagerInterceptor. The unbind then deletes this map in
ProxyClusteringRegistry, and the 2nd
register creates a new map that will get updates when the cluster membership changes.
Since the interceptor now has a reference to a different map, it never sees the cluster
membership changes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: