You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/10/22 11:29:45 UTC

DO NOT REPLY [Bug 23996] New: - Admin tool doesn't output result

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=23996>.
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=23996

Admin tool doesn't output result

           Summary: Admin tool doesn't output result
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Deployment / Registries
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: bayer@oio.de


The class org.apache.axis.utils.Admin works fine, if its called via the
AdminClient, but when the main method von Admin is called the output is omitted.
This is bad using list for the client deployment cause the contents aren't shown.

prod$>java org.apache.axis.utils.Admin client list.wsdd
prod$>

instead of 

prod$>java org.apache.axis.utils.Admin client list.wsdd
<deployment ...>
...
</deployment>
prod$>