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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...