[Beginners Corner] - Re: invoking an EJB over iiop
by GBardou
Thank you so much for this last post, it was my issue with IIOP communication.
For me, it works in pure IIOP with the following properties :
anonymous wrote :
| Context.INITIAL_CONTEXT_FACTORY=com.sun.jndi.cosnaming.CNCtxFactory
| Context.PROVIDER_URL=corbaloc::localhost:3528/JBoss/Naming/root
| Context.OBJECT_FACTORIES=org.jboss.tm.iiop.client.IIOPClientUserTransactionObjectFactory
|
Please note that there is 2 jndinames (1 for IIOP and 1 for JNP), check logs :
anonymous wrote :
| INFO [org.jboss.proxy.ejb.IORFactory.StatelessEjb] Home IOR for StatelessEjb bound to iiop/StatelessEjb in JNP naming service
| INFO [org.jboss.proxy.ejb.IORFactory.StatelessEjb] Home IOR for StatelessEjb bound to StatelessEjb in CORBA naming service
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086344#4086344
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086344
18 years, 10 months