]> source.dussan.org Git - javassist.git/commit
JASSIST-18, Use of the system classloader for the case of a superclass with a null...
authorstarksm <starksm@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 9 May 2006 22:14:14 +0000 (22:14 +0000)
committerstarksm <starksm@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 9 May 2006 22:14:14 +0000 (22:14 +0000)
commit6fa9509fd0dcdb631c0f38365095759a1a670656
tree8c620ca94aecaf53c510c45b45e9257e4a9e1a67
parent5a318e3e74ea36bedfb0f5b86c3eca4294d3d34d
JASSIST-18, Use of the system classloader for the case of a superclass with a null classloader was too restrictive in that it required javassist to be loaded by the system classloader. Instead use the javassist ProxyFactory.class classloader.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@270 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
src/main/javassist/util/proxy/ProxyFactory.java