Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-05 Thread Filip Hanik - Dev Lists
On 01/05/2010 12:38 PM, Mark Thomas wrote: On 05/01/2010 17:41, David Jencks wrote: On Jan 4, 2010, at 2:56 AM, Mark Thomas wrote: One thing that isn't clear to me is whether the requirement is for an extension point for web application related instances (ie things that in a J2EE envi

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-05 Thread Mark Thomas
On 05/01/2010 17:41, David Jencks wrote: > > On Jan 4, 2010, at 2:56 AM, Mark Thomas wrote: >> One thing that isn't clear to me is whether the requirement is for an >> extension point for web application related instances (ie things that in >> a J2EE environment would be bundled in the WAR) or for

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-05 Thread David Jencks
I've uploaded a couple patches to https://issues.apache.org/bugzilla/show_bug.cgi?id=48414 with a new newSystemInstance method. I'm not sure why this doesn't need to be in a protected block like much of the code that creates objects for the app, but the original code wasn't in such a block s

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-05 Thread David Jencks
On Jan 4, 2010, at 2:56 AM, Mark Thomas wrote: On 04/01/2010 02:46, Tim Whittington wrote: No need to re-post. A ping would have sufficed. We've experienced similar issues integrating lots of third party libraries (Tomcat being one of them) into our OSGi runtime. Thanks for your input.

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-04 Thread Mark Thomas
On 04/01/2010 02:46, Tim Whittington wrote: > No need to re-post. A ping would have sufficed. > We've experienced similar issues integrating lots of third party libraries > (Tomcat being one of them) into our OSGi runtime. Thanks for your input. I can't speak for the other Tomcat committers but

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-03 Thread Tim Whittington
cat Developers List" Sent: Friday, 25 December, 2009 11:27:09 AM GMT +12:00 New Zealand Subject: Re: Problem loading classes with Class.forName() in StandardContext.createWrapper() I'd like to encourage a little more discussion on this topic. Mark commented on the bugzilla entry to

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2009-12-26 Thread Tim Whittington
cat Developers List" Sent: Friday, 25 December, 2009 11:27:09 AM GMT +12:00 New Zealand Subject: Re: Problem loading classes with Class.forName() in StandardContext.createWrapper() I'd like to encourage a little more discussion on this topic. Mark commented on the bugzilla entry to

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2009-12-24 Thread David Jencks
I'd like to encourage a little more discussion on this topic. Mark commented on the bugzilla entry to the effect, IIUC, that he thought this was a geronimo problem. I did some more experimentation and I'm pretty sure it has nothing to do with geronimo specifically, but relates to how Cla

Problem loading classes with Class.forName() in StandardContext.createWrapper()

2009-12-19 Thread David Jencks
In the tomcat-7 geronimo/osgi integration we've run into a problem when tomcat loads listener classes using Class.forName. Using the InstanceManager to just create the objects works fine for us. In geronimo at the moment the InstanceManager has access to both application and system classes