2 Replies Latest reply on May 21, 2007 4:23 AM by sergeypk

    Looking up java:/JmsXA through HA-JNDI

    sergeypk

      I'm working on the clustered EJB smoke test and I have a problem, as usual :)

      When I look up the connection factory (name java:/JmsXA) through plain JNDI, it works, but when looking it up through HA-JNDI, I get a NameNotFoundException. I thought that HA-JNDI should just delegate the look up to local JNDI if it can't find the name, but apparently that's not the case.

      What could be the problem?