3 Replies Latest reply on Jan 19, 2005 4:47 PM by truelie

    WebSphere War to JBoss EJB lookup - how to?

    erik777

      How do you do a JNDI lookup from WebSphere from a War to obtain the home reference of a remote EJB in JBoss?

      It currently works from JBoss clients without a problem using this PROVIDER_URL for the JNDI lookup:

      jnp://192.168.1.8:1099

      from WebSphere, however, I get this error:

      javax.naming.ConfigurationException: Bad protocol: jnp

      Basically, I have a service in JBoss I want to be accessible to all J2EE clients, starting with JBoss and WebSphere.