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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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