You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jimma (JIRA)" <ji...@apache.org> on 2007/10/29 02:30:50 UTC

[jira] Resolved: (CXF-1141) wsdl2java failed to generate code when use the following jaxb binding file

     [ https://issues.apache.org/jira/browse/CXF-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jimma resolved CXF-1141.
------------------------

    Resolution: Fixed

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