1 Reply Latest reply on Jan 29, 2010 5:48 AM by jaikiran

    Call Weblogic EJB from JBoss EAP 5.0

      I am moving an web application from Weblogic to JBoss.  I have a question regarding calling an EJB deployed in Weblogic 10.3 from my web application that I am moving to JBoss.  I use the following properties to a JNDI lookup from JBoss to call a bean that is in Weblogic:

       

                 java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
                 java.naming.provider.url=t3://vopcwl1136.opc.ual.com:5005

       

      Where do I put the jar file wlclient.jar that contains the class weblogic.jndi.WLInitialContextFactory?