Re: Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-10 Thread David Goodenough
On Wednesday 08 March 2006 16:33, David Goodenough wrote: > On Wednesday 08 March 2006 15:54, Caldarale, Charles R wrote: > > > From: David Goodenough [mailto:[EMAIL PROTECTED] > > > Subject: Odd problem with Tomcat 5.5.9 and PhantomReferences > > > >

Re: Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-08 Thread David Goodenough
On Wednesday 08 March 2006 15:54, Caldarale, Charles R wrote: > > From: David Goodenough [mailto:[EMAIL PROTECTED] > > Subject: Odd problem with Tomcat 5.5.9 and PhantomReferences > > > > But when it comes to use the PhantomReference it g

RE: Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-08 Thread Caldarale, Charles R
> From: David Goodenough [mailto:[EMAIL PROTECTED] > Subject: Odd problem with Tomcat 5.5.9 and PhantomReferences > > But when it comes to use the PhantomReference it gets:- > > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappC > lassLoader.

Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-08 Thread David Goodenough
I have a servlet which I am trying to run under Tomcat 5.5.9 which has a background thread in it. This thread uses JDBC, and in particular the Postgresql JDBC driver. This driver uses PhantomReferences in order to tidy up the underlying C objects. But when it comes to use the PhantomReference