wsdl2java failed to generate code when use the following jaxb binding file ---------------------------------------------------------------------------
Key: CXF-1141 URL: https://issues.apache.org/jira/browse/CXF-1141 Project: CXF Issue Type: Bug Components: Tooling Affects Versions: 2.0.2 Reporter: jimma Fix For: 2.0.3 Use a wsdl import test.xsd and following jaxb databinding , wsdl2java will throw exception : <jxb:bindings version="1.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <jxb:bindings schemaLocation="test.xsd" node="/xs:schema"> <jxb:schemaBindings xmlns:jxb="http://java.sun.com/xml/ns/jaxb"> <jxb:package name="org.mytest"/> </jxb:schemaBindings> </jxb:bindings> </jxb:bindings> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.