[jboss-user] [Clustering/JBoss] - Re: HAJNDI not handling failover

bstansberry@jboss.com do-not-reply at jboss.com
Wed Aug 5 18:34:29 EDT 2009


You're not using a clustered EJB. If you want a cluster-aware EJB proxy you need to add @Clustered to your EJB3 bean class or add

<clustered>true</clustered>

to the bean's section in jboss.xml.

HA-JNDI makes the naming operations HA, it doesn't automagically make the stuff bound in JNDI cluster-aware.

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

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



More information about the jboss-user mailing list