You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Jack Klebanoff <kl...@Mutagen.Net> on 2004/10/27 18:26:23 UTC

[PATCH] Derby and Custom ClassLoader

Derby may fail to start when it is loaded through a custom ClassLoader. 
The reason is that the static java.lang.ClassLoader.getSystemResources 
method may not find the resources loaded by a custom ClassLoader. The 
patch fixes that by getting the current ClassLoader and calling its 
getResources method.

Jack Klebanoff

Re: [PATCH] Derby and Custom ClassLoader

Posted by Daniel John Debrunner <dj...@debrunners.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jack Klebanoff wrote:
> Derby may fail to start when it is loaded through a custom ClassLoader.
> The reason is that the static java.lang.ClassLoader.getSystemResources
> method may not find the resources loaded by a custom ClassLoader. The
> patch fixes that by getting the current ClassLoader and calling its
> getResources method.
>
> Jack Klebanoff
>

Patch applied.

Sending        BaseMonitor.java
Transmitting file data .
Committed revision 55852.


Dan.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBgPqsIv0S4qsbfuQRAmCpAJ9mQriJR+IGLmJRkqk2zaGVhuSIGACfVVQw
qaqnMyCelCa3OU7uAK2H404=
=i5d/
-----END PGP SIGNATURE-----