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