Charging and Control Applications (MOSC)

MOSC Banner

Unable to use 3rd party ORB / IONA

edited Mar 2, 2010 10:27PM in Charging and Control Applications (MOSC) 7 commentsAnswered ✓
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