1 Reply Latest reply on Apr 3, 2009 12:34 AM by norman

    jndiName in components.xml

    gonorrhea

      As per 29.1.5. Integrating Seam with your EJB container of 2.1.1.GA ref doc:


      For JBoss AS, the following pattern is correct:
      <core:init jndi-name="earName/#{ejbName}/local" />



      What if your app uses remote and local interfaces for session beans?  Then how do we configure the jndiName?