Re: [JBoss-dev] RC1 release branch occuring at 00:0

2002-04-18 Thread Francisco Reverbel
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

Re: [JBoss-dev] RC1 release branch occuring at 00:0

2002-04-18 Thread Jason Dillon
I bet you can find the source for org.omb.ORB somewhere... Yes I did. And guess what is the difference between the Sun version and the IBM version of org.omg.CORBA.ORB... Sun's ORB.init: ClassLoader cl = Thread.currentThread().getContextClassLoader(); if (cl == null) cl =

Re: [JBoss-dev] RC1 release branch occuring at 00:0

2002-04-18 Thread Francisco Reverbel
On Thu, 18 Apr 2002, Jason Dillon wrote: I really wish these classes (among others) were not in the core JRE, so we could simply insist that they use a version that works. Is it possible that a different version of these classes could be put on the jboss classpath (in lib/*) for this to

Re: [JBoss-dev] RC1 release branch occuring at 00:0

2002-04-18 Thread Jason Dillon
ic... perhaps short-term we can do this, but I would rather not... as it will cause the bootstrap size to grow the system module will now have iiop specific fluff. Are there any other options? Too bad there isn't any easy way to override Class.forName() as well as provide a system cl which

Re: [JBoss-dev] RC1 release branch occuring at 00:0

2002-04-17 Thread Jason Dillon
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