Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ejb-dev] How can we best make the EJB30 tests that use Corba optional but still require other non-Corba tests to be run?

> On Feb 25, 2021, at 12:07 PM, David Blevins <dblevins@xxxxxxxxxxxxx> wrote:
> 
> Our original status in EE prior to EJB 2.0 was that CORBA was optional and PortableRemoteObject.narrow was required. Specifically, servers could support CORBA or not, but users were strictly told they must always use PortableRemoteObject.narrow regardless.  The reason this was required was for application portability concerns; if an app didn't make the call, it couldn't be ported to a server that used CORBA.

Here is the description of why PortableRemoteObject.narrow was required.


-David



Back to the top