3 Replies Latest reply on Apr 28, 2006 5:13 AM by juergen.zimmermann

    Application client: JNDI name?

    juergen.zimmermann

      I've an EAR project consisting of 3 modules: web, ejb and application client. In the web app I lookup a stateless session bean using the naming convention: NameOfEAR/NameOfBeanClass/remote.

      When trying the same JNDI lookup from the application client it fails.
      * Is the naming convention (as above) correct for an application client?
      * Is an application-client.xml required?
      * If so, where can I find an example for application-client.xml?