Oracle Weblogic Server (MOSC)

MOSC Banner

Unable to use 3rd Party (IONA) ORB

edited Mar 1, 2010 7:44PM in Oracle Weblogic Server (MOSC) 1 commentAnswered
Hi,
I am unable to use 3rd party / IONA orb in my j2ee application. I am initializing ORB as below:

private static final Properties orbImplProps = new Properties();

static {
orbImplProps.put("org.omg.CORBA.ORBClass", "com.iona.corba.art.artimpl.ORBImpl");
orbImplProps.put("org.omg.CORBA.ORBSingletonClass", "com.iona.corba.art.artimpl.ORBSingleton");

////

orb = ORB.init(null, orbImplProps);

But the instance returned by above init call is: com.ooc.CORBA.ORB i.e. orbacus orb implementation.

Please help. Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center