On Wed, 17 Apr 2002, Jason Dillon wrote: > >Basically what happens is that a parameterless ORB.init() call is > >performed within a call to ORB.init(args, props). > > > >Class org.jacorb.orb.ORB handles the call to ORB.init(args, props) and > >indirectly performs the parameterless ORB.init() call, which should > >be relayed to class org.jacorb.orb.ORBSingleton, per specified by a > >system property. It appears that this class is not found... How come? > >It is in the same jar as the class org.jacorb.orb.ORB... > > > > How does it find ORBSingleton? Might need to use TCL...
Don't know. ORB.init() is in class org.omg.ORB, which is provided by the JDK. I don't have the source. Setting the context classloader might help... Looks like a hack, but is worth a try. Must disconnect now... Tomorrow I�ll let you know if TCL worked. Cheers, Francisco _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
