RE: [HiveMind] Having problem with tomcat.

2003-09-10 Thread Howard M. Lewis Ship
Obviously a class loader issue. The ClassResolver you create (either way) should have visibility to the org.test.TestService interface class. Where was the HiveMind jar? In WEB-INF/lib or elsewhere? This could be a fault in HiveMind. I'll take a peek at the ClassFactory code. -- Howard M. L

RE: [HiveMind] Having problem with tomcat.

2003-09-10 Thread Howard M. Lewis Ship
I just checked in a tiny change to ClassFactoryImpl that may (but probably won't) fix your problem. Please give it a try. -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogs

Re: [HiveMind] Having problem with tomcat.

2003-09-10 Thread Essl Christian
On Wed, 10 Sep 2003 11:01:12 -0400, Howard M. Lewis Ship <[EMAIL PROTECTED]> wrote: I just checked in a tiny change to ClassFactoryImpl that may (but probably won't) fix your problem. Please give it a try. Unfortunately this didn't work either. However I found a way. I think the problem is tha

RE: [HiveMind] Having problem with tomcat.

2003-09-10 Thread Howard M. Lewis Ship
ilto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2003 2:22 PM > To: Jakarta Commons Developers List > Subject: Re: [HiveMind] Having problem with tomcat. > > > On Wed, 10 Sep 2003 11:01:12 -0400, Howard M. Lewis Ship > <[EMAIL PROTECTED]> wrote: > > > I ju

RE: [HiveMind] Having problem with tomcat.

2003-09-10 Thread Howard M. Lewis Ship
://javatapestry.blogspot.com > -Original Message- > From: Essl Christian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2003 6:09 PM > To: Jakarta Commons Developers List > Subject: Re: [HiveMind] Having problem with tomcat. > > > On Wed, 10 Sep 2003 16:39:40 -0400, Howard

Re: [HiveMind] Having problem with tomcat.

2003-09-11 Thread Essl Christian
On Wed, 10 Sep 2003 20:01:36 -0400, Howard M. Lewis Ship <[EMAIL PROTECTED]> wrote: Why do you think the committed solution is faster? Because it just uses one map lookup. However I was thinking about the multiple (unneeded) ClassLoaders. I have my problems with that. A minor problem is that a