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=20655>. 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=20655 AdminClient messages are NOT log messages [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2003-06-12 14:05 ------- Dims - appears to be fixed - however, during the process of testing I mistypes the name of the wsdd file and I got: Processing file deplloy.wsdd [ERROR] AdminClient - -Exception: <java.io.FileNotFoundException: deplloy.wsdd ( The system cannot find the file specified)>java.io.FileNotFoundException: depllo y.wsdd (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:78) at org.apache.axis.client.AdminClient.process(AdminClient.java:333) at org.apache.axis.client.AdminClient.process(AdminClient.java:341) at org.apache.axis.client.AdminClient.process(AdminClient.java:292) at org.apache.axis.client.AdminClient.main(AdminClient.java:377) Notice the [ERROR] - I checked and I think there are still some places that should be switched - in particular, all error reporting and the usage statement. I can make the change myself, now that you've fixed the println check, but wanted to double check that others agree with it.
