6 Replies Latest reply on Apr 4, 2003 2:44 AM by juhalindfors

    qualified <ejb-link> does not work

      We are deploying an EAR which contains two EJB JARs, each containing an EJB called Country.

      Within the web.xml, we use local references.
      According to examples we have seen, we should be able to use the qualified <ejb-link> format to resolve the local reference correctly.

      e.g.

      <ejb-link>ejb-jar1.jar#Country</ejb-link>

      However, we get an invalid link error from the WAR deployer when we try this.

      Can someone tell me whether this is supported, whether we are doing it wrong?

      This kind of name collision is quite likely when doing integration projects, which I guess is why the qualifier method was introduced.