DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20464>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20464

Possible classloader conflict when Axis compile *.jws files within WAS 5.0





------- Additional Comments From [EMAIL PROTECTED]  2003-08-28 19:14 -------
looking deeper:
In JWSHandler class the method getDefaultClasspath() is building it's classpath
parameter from the URLs in the classloader chain. The problem is that the URL
paths have their spaces encoded (at least they do in the WAS5 classloader impl)
and I think that the compiler is ignoring those jars. Most criticaly the
"C:/Program%20Files/IBM/WebSphere%20Studio/runtimes/base_v5/lib/j2ee.jar" .

The classpath URLs should be decoded so that they properly allow spaces.

Reply via email to