You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ed Snible <es...@acm.org> on 2002/10/31 22:16:55 UTC

java.lang.reflect.Proxy?

When I try to call ServiceDesc.loadServiceDescByIntrospection() on a 
"dynamic proxy class" (a class created by 
java.lang.reflect.Proxy.getProxyClass()), I get a null pointer exception 
in 
org.apache.axis.components.bytecode.ClassReader.getBytes(ClassReader.java:141).
I'm using .jars from xml-axis-10.zip.

Is there another way to load the service if the class is dynamic?