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=14234>. 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=14234 AdminClientTask authentication broken Summary: AdminClientTask authentication broken Product: Axis Version: 1.0 Platform: PC OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Deployment / Registries AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using the Ant AdminClientTask to install services, the password is passed to the AdminClient via the '-p' parameter. This is wrong, because that parameter is already in use for the service _port_. The command line AdminClient expects the password as '-w' parameter; the AdminClientTask should be fixed. Moreover, the AdminClientTask class Javadoc is inconsistent with the source code in respect to the arguments.