Le 4 janv. 2016 14:49, "nilesh.chauhan" <[email protected]> a écrit :
>
> 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.
We dont integrate with corba by default
> 2) If not, what configuration/code changes required to make it Corba
> compliance?
Write the corba deployment as in hessian module
> 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?
>
Same code with differznt properties using ejbd protocol, check the link i
pasted. If you have a reason to use corba you ll need to build the deployer
as mentionned but corba is not the only ejb remote protocol and will not be
mandatory in ee 8 cause considered legacy since years already.
> 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.