[jboss-user] [Clustering/JBoss] - Re: Ejb clustered registering

bstansberry@jboss.com do-not-reply at jboss.com
Mon Feb 4 21:25:17 EST 2008


You shouldn't see your EJB in the HA-JNDI namespace. In practice, little or nothing gets bound there; the AS itself binds nothing there.

HA-JNDI primarily works by allowing a client to connect to any node in the cluster and do a lookup, and it internal can communicate around the cluster to find the requested binding in the Global JNDI namespace on any node.  It can also find things in the HA-JNDI namespace, but little or nothing is bound there.

Don't ever deploy a file named jndi.properties inside the AS; you'll likely break the internal functioning of the AS.  Try removing that and see if your problems go away.  If your only problem is only finding your bean in the Global JNDI namespace, then you don't have a problem. :-)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126414#4126414

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126414



More information about the jboss-user mailing list