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

2002-03-02 Thread marc fleury
|JMX speed is NOT important for ejb. If you do intensive I figured as much |JMX processing we are much better than the RI, but who does that? we will This is great news, we will try and ship it with RC1/2 marcf ___ Jboss-development mailing list

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

2002-03-01 Thread Adrian Brock
Cool, 1) Install jboss-jmx.jar in lib 2) Change the hard-coded jmxri.jar to jboss-jmx.jar in org.jboss.Main 3) Change the testsuite to run over jboss-jmx.jar We have a working JBoss running over JBossMX :-) Add bonuses Fixes two problems in the WebIntegerationUnitTestCase as well! Works on

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

2002-03-01 Thread marc fleury
|To: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, |logging and | | |Cool, | |1) Install jboss-jmx.jar in lib |2) Change the hard-coded jmxri.jar to jboss-jmx.jar in |org.jboss.Main |3) Change the testsuite to run over jboss-jmx.jar | |We have a working

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

2002-03-01 Thread Adrian Brock
Ohhh my baby is grown up, it is not even mine any more. I got a tear running down my cheek, snnniff! this is great news, how about the speed? marcf Speed is fine. On my pc about 440 secs for both the RI and JBossMX on the testsuite. We improved by 10-20 secs this week, is that Dain's

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 andmore...]

2002-02-26 Thread Hiram Chirino
the TCL at the begining of the start() method. Regards, Hiram From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL 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

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

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

2002-02-26 Thread Hiram Chirino
That's an even better solution! Regards, Hiram From: Jason Dillon [EMAIL PROTECTED] To: Hiram Chirino [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] [Fwd: Embedable, ServerLoader, jboss-boot.jar, logging and more...] Date: Tue, 26 Feb 2002 21:21:40 -0800 Why don't I just