[jboss-user] [JNDI and Naming] - Re: Make a call to an EJB3 this on a machine with weblogic through JNDI

jaikiran pai do-not-reply at jboss.com
Thu Sep 2 08:40:17 EDT 2010


jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: Make a call to an EJB3 this on a machine with weblogic through JNDI"

To view the discussion, visit: http://community.jboss.org/message/560228#560228

--------------------------------------------------------------
If I understand right, you are tyring to lookup an EJB which is deployed in JBoss, from Weblogic. If so, then you have to pass the INITIAL_CONTEXT_FACTORY (org.jnp.interfaces.NamingContextFactory) and PROVIDER_URL (jnp://IP:1099 where IP is the IP/hostname of JBoss server and 1099 should be replaced by the JBoss Naming port) corresponding to the JBoss AS server. Also you will have to place the appropriate JBoss specific client jar files (available in JBOSS_HOME/client folder) under Weblogic classpath.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/560228#560228]

Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100902/914739d7/attachment.html 


More information about the jboss-user mailing list