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=13061>. 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=13061 Use of getRealPath() prevents deployment in WAR or EAR file [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-09-27 15:33 ------- Ugh. The submitted patches ignore the fact that getResource().toString() will return a URL, not a file path. On the other hand, much of the code within AXIS is dependent upon file paths, where it should probably be using URLs (particularly when, in the end, what we want is simply a stream). Correcting this will require major surgery. So, in the interim I've fixed the potential NPE's within AXIS. For the EngineConfiguration, there was a bug.. it was (incorrectly) already checking for the null. I've fixed this. For WebLogic, you should be OK as long as you package (static) wsdd files in your WAR files. Names won't be bound to JNDI, and JWS lookup isn't likely to work. Please open defects to address the specific issues, if you feel that you need them for WebLogic.