0 Replies Latest reply on Jul 28, 2005 10:34 PM by harappa75

    how to lookup EJB deployed in weblogic from my app

    harappa75

      Hi,

      I need to lookup an EJB deployed in Weblogic 7.1, from my EJB in JBoss.

      I tried creating a context for my weblogic with

      weblogic.jndi.WLInitialContextFactory and t3://localhost:7021 (weblogic factory and url).

      I put the weblogic.jar file in my ear file. and also copied it to jboss/lib folder but I get

      java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory

      I am not able to create a context.

      I tried putting the weblogic.jar in my JBoss classpath and my JBoss would not even start.

      Can anyone point me in the right direction.

      Regards
      Rajesh J