Dear Romain,
I guess my question is not clear. Following are my questions.
1) Is all the EJB3's deployed on TomEE is Corba/iiop compliance? I mean need
to expose EJB3 to Corba clients.
2) If not, what configuration/code changes required to make it Corba
compliance?
3) In case of Glassfigh, i can easily lookup the ejbs using few lines of
corba properties settings in my standalone java client; which looks like
following:
*Properties props= new Properties();
props.setProperty("org.omg.CORBA.ORBInitialHost","192.00.00.00");
props.setProperty("org.omg.CORBA.ORBInitialPort","3700");
initialContext= new InitialContext(props);
Object obj = initialContext.lookup("EJB JNDI NAME");*
So, what is the way to lookup the EJB in that manner?
Thanks
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/What-protocol-does-OpenEJB-use-for-RMI-tp4655806p4677343.html
Sent from the TomEE Users mailing list archive at Nabble.com.