1 Reply Latest reply on Oct 10, 2011 9:08 AM by jaikiran

    remote EJB Lookup

    vamshi.a

      Hi ,

      I have developed an EJB with remote interface and then deployed on to server. I want to connect to the remote EJB from a JAVA SE applications.

      IF I use the jndi properties as given below, I get classnotfound exception. Could some one tell me how to connect to the remote EJB using JBOSS7?

      With JBOSS 6 and Eclipse 3.6 I am able to connect to access remote EJB. with JBOSS 7 and Eclipse 3.7 I am not able to connect to remote EJB

       

       

       

      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory

      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

      java.naming.provider.url=localhost