I was wondering what the status of JIRA item
https://issues.apache.org/jira/browse/CXF-1822 is.

I have migrated from XFire to CXF and would like to keep working in a
schema-first development style. I have my XSD schema fully created and use
JAXB for my databinding. 

My configuration looks like somewhat like this:

<jaxws:endpoint 
        id="service" 
        implementor="#myService" 
        implementorClass="com.ServiceImpl" 
        address="/com/service">
        <jaxws:schemaLocations>
        
<jaxws:schemaLocation>classpath:/com/test/schema.xsd</jaxws:schemaLocation>
        </jaxws:schemaLocations>
</jaxws:endpoint>

But, when I run my server and try to call the WSDL from the "?WSDL"
location, the schema types are not included properly. This prevents external
clients from generating their code against my WSDL.

Any update stauts would be appreciated.
-- 
View this message in context: 
http://www.nabble.com/CXF-1822-status-tp23990413p23990413.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to