1 Reply Latest reply on Mar 8, 2005 10:21 AM by sarika_agrawal

    Access EJBs deployed on WebLogic from JBoss

    powerherbs

      I currently have EJBs deployed on WebLogic 8.1 application server and I need to access them remotely from a JBoss instance running on a different server.

      Can someone inform me how to do this?

        • 1. Re: Access EJBs deployed on WebLogic from JBoss
          sarika_agrawal

          I am having the same problem of calling an EJB deployed on Weblogic 8.1 application server remotely from JBoss. How the ejb-ref in the jboss.xml should look like?

          <ejb-ref> <ejb-ref-name>ejb/CustomerAccount</ejb-ref-name> <jndi-name>jnp://localhost:7013/ejb/CustomerAccount</jndi-name>
          </ejb-ref>

          Is this correct? Also what information I need to put in InitialContext to find the home for the CustomerAccount EJB.

          Thanks