Re: context classloader

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Vadim Nasardinov <vadimn(at)redhat(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: context classloader
Date: 2005-01-24 19:40:39
Message-ID: 41F54F37.5040500@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Vadim Nasardinov wrote:

> It shouldn't break. To prevent it from breaking, test the object for
> nullity before calling a method on it.

Yes, or replace the null object with something that isn't null. That's
what the change I made several days does :)

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-01-24 20:17:12 Re: setObject on PGInterval throws "Unknown Type null"
Previous Message Oliver Jowett 2005-01-24 19:35:54 Re: PGResultSetMetaData