Re: svn commit: r149431 - in geronimo/trunk/modules: core/src/java/org/apache/geronimo/pool/ naming/src/java/org/apache/geronimo/naming/java/ timer/src/java/org/apache/geronimo/timer/jdbc/ timer/src/test/org/apache/geronimo/timer/

2005-02-01 Thread Jeremy Boynes
Shouldn't the classloader come from the command rather than the pool? -- Jeremy [EMAIL PROTECTED] wrote: Author: djencks Date: Tue Feb 1 11:01:15 2005 New Revision: 149431 URL: http://svn.apache.org/viewcvs?view=revrev=149431 Log: GERONIMO-562. Thread pool assigns classloader when it creates a

Re: svn commit: r149431 - in geronimo/trunk/modules: core/src/java/org/apache/geronimo/pool/ naming/src/java/org/apache/geronimo/naming/java/ timer/src/java/org/apache/geronimo/timer/jdbc/ timer/src/test/org/apache/geronimo/timer/

2005-02-01 Thread David Jencks
On Feb 1, 2005, at 11:13 AM, Jeremy Boynes wrote: Shouldn't the classloader come from the command rather than the pool? Well, I figure that if the command needs a particular classloader it can set it itself. It will have to do that on each thread use. This provides all threads from the poo

Re: svn commit: r149431 - in geronimo/trunk/modules: core/src/java/org/apache/geronimo/pool/ naming/src/java/org/apache/geronimo/naming/java/ timer/src/java/org/apache/geronimo/timer/jdbc/ timer/src/test/org/apache/geronimo/timer/

2005-02-01 Thread Jeremy Boynes
David Jencks wrote: On Feb 1, 2005, at 11:13 AM, Jeremy Boynes wrote: Shouldn't the classloader come from the command rather than the pool? Well, I figure that if the command needs a particular classloader it can set it itself. It will have to do that on each thread use. This provides all

Re: svn commit: r149431 - in geronimo/trunk/modules: core/src/java/org/apache/geronimo/pool/ naming/src/java/org/apache/geronimo/naming/java/ timer/src/java/org/apache/geronimo/timer/jdbc/ timer/src/test/org/apache/geronimo/timer/

2005-02-01 Thread David Jencks
On Feb 1, 2005, at 11:41 AM, Jeremy Boynes wrote: David Jencks wrote: On Feb 1, 2005, at 11:13 AM, Jeremy Boynes wrote: Shouldn't the classloader come from the command rather than the pool? Well, I figure that if the command needs a particular classloader it can set it itself. It will have to