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=12769>. 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=12769 JWS deployment with packages broken [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Additional Comments From [EMAIL PROTECTED] 2003-03-15 18:22 ------- While it might not be the ideal fix, all you have to do for a simple fix is modify JWSHandler.java to remove the package statement when it copies the .jws file to a .java file immediately before it compiles it. Look at the code in JWSHandler.java right before the comment that says "Now run javac". As proof that this would work, the following works for me. When I deploy .jws files I do the following from Ant. <replace file="${jws}" token="package ${package};" value="//package ${package};"/> The .jws files still need to go into the appropriate package directory hierarchy under the axis web app., they just don't work if there is a package statement in them.
