Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-27 Thread Adrian Brock
Thanks Jason, I can't get my next CVS update until Friday :-( I'll try it then... Should work. Regards, Adrian So the simplest thing todo here is to simply not unset the cl used to load the server with. I am not sure this is the best way to fix this but should work. Let me know if you

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-27 Thread Jason Dillon
friday? sup wit dat a? --jason Adrian Brock wrote: Thanks Jason, I can't get my next CVS update until Friday :-( I'll try it then... Should work. Regards, Adrian So the simplest thing todo here is to simply not unset the cl used to load the server with. I am not sure this is the best

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Adrian Brock
Hi Jason, I've got a problem integrating JBossMX with your new Server code. In ServerLoader.load(ClassLoader) you construct a URLClassLoader and set it as the TCL (Thread class loader). This is for dynamically loading classes from configuration options. But Server.start() does not have this

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
In ServerLoader.load(ClassLoader) you construct a URLClassLoader and set it as the TCL (Thread class loader). This is for dynamically loading classes from configuration options. Actually this is Marc here... I can't take any credit for any CL stuff really. But Server.start() does not have

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
I see what you mean now... trying to think of how to fix this though. Could hide init inside of ServerLoader, could pass Server impl the CL or could expose the CL to SL caller. This CL stuff is messy... --jason Adrian Brock wrote: Hi Jason, I've got a problem integrating JBossMX with

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
How about not restoring old cl in ServerLoader.load() ? That feels a bit wrong, but I am not sure. --jason Adrian Brock wrote: Hi Jason, I've got a problem integrating JBossMX with your new Server code. In ServerLoader.load(ClassLoader) you construct a URLClassLoader and set it as the TCL

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
So the simplest thing todo here is to simply not unset the cl used to load the server with. I am not sure this is the best way to fix this but should work. Let me know if you still have trouble. --jason Adrian Brock wrote: Hi Jason, I've got a problem integrating JBossMX with your new

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
PROTECTED] Subject: Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...] Date: Tue, 26 Feb 2002 20:47:45 -0800 So the simplest thing todo here is to simply not unset the cl used to load the server with. I am not sure this is the best way to fix this but should

Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-26 Thread Jason Dillon
: Embedable, ServerLoader, jboss-boot.jar, logging and more...] Date: Tue, 26 Feb 2002 20:47:45 -0800 So the simplest thing todo here is to simply not unset the cl used to load the server with. I am not sure this is the best way to fix this but should work. Let me know if you still have

[JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...]

2002-02-25 Thread Jason Dillon
Again for those that missed it... --jason Original Message Subject: Embedable, ServerLoader, jboss-boot.jar, logging and more... Date: Sun, 24 Feb 2002 03:37:31 -0800 From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] With the seperation changes also come the first