Description
WSDLValidator has problem with the bundle jar, the exception like below
org.apache.cxf.tools.common.ToolException:
line 8 column 56 of file:/C:/src/java/apache/cxf/distribution/HelloWorld.wsdl: cvc-elt.1: Cannot find the declaration of element 'wsdl:definitions'.
at org.apache.cxf.tools.validator.internal.SchemaValidator.validate(SchemaValidator.java:202)
at org.apache.cxf.tools.validator.internal.SchemaValidator.validate(SchemaValidator.java:118)
at org.apache.cxf.tools.validator.internal.SchemaValidator.isValid(SchemaValidator.java:102)
at org.apache.cxf.tools.validator.internal.WSDL11Validator.isValid(WSDL11Validator.java:113)
at org.apache.cxf.tools.validator.WSDLValidator.execute(WSDLValidator.java:65)
at org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.java:83)
at org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.java:52)
at org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.java:39)
at org.apache.cxf.tools.validator.WSDLValidator.main(WSDLValidator.java:93)