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 2002/09/18 18:55:57 UTC

DO NOT REPLY [Bug 12781] New: - [BUG] Admin service assumes FileProvider config

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

[BUG] Admin service assumes FileProvider config

           Summary: [BUG] Admin service assumes FileProvider config
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: crafterm@fztig938.bank.dresdner.net


Hi All,

In the method Admin.listConfig(), the engine configuration is downcasted to the
type FileProvider, but if you've used SimpleProvider or some other
EngineConfiguration class this results in a ClassCastException.

The actual error logged is 'Engine configuration is not present or not WSDD!'
which was confusing until examining the source.

To reproduce configure your Axis server with a non-FileProvider object, and call
the Admin service (via list command for example).

Cheers,

Marcus