Hello Martin,
I'm glad to hear you found the cause of the error.
Please do not hesitate to open a JIRA bug with your suggestion and a patch.
Regards,
Dies
Martin Atkins wrote:
Dies Koper wrote:
Hello Martin,
Judging from your stacktrace the NPE occurs in the following line:
URL[] u
Dies Koper wrote:
Hello Martin,
Judging from your stacktrace the NPE occurs in the following line:
URL[] urls = new URL[names.length];
"names" is an array of strings that should contain the path entries in
your classpath. I do not know under what circumstances it could be null,
but y
Hello Martin,
Judging from your stacktrace the NPE occurs in the following line:
URL[] urls = new URL[names.length];
"names" is an array of strings that should contain the path entries in
your classpath. I do not know under what circumstances it could be null,
but you could try tweaki
I'm attempting to use Java2WSDL to create a WSDL file for a web service
class that will eventually be deployed under Axis. However, Java2WSDL is
just throwing a NullPointerException. I've tried tweaking the parameters
to no avail. My command line is (summarized):
java -cp $AXIS_CLASSPATH