Re: Java2WSDL throws NullPointerException

2006-03-30 Thread Dies Koper
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

Re: Java2WSDL throws NullPointerException

2006-03-30 Thread Martin Atkins
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

Re: Java2WSDL throws NullPointerException

2006-03-29 Thread Dies Koper
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

Java2WSDL throws NullPointerException

2006-03-29 Thread Martin Atkins
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