Felix Wassmer created CXF-6934:
----------------------------------
Summary: <jaxws:schemaLocation> is ignored in blueprint
Key: CXF-6934
URL: https://issues.apache.org/jira/browse/CXF-6934
Project: CXF
Issue Type: Bug
Components: OSGi
Affects Versions: 3.1.6
Environment: Karaf 4.0.5
Reporter: Felix Wassmer
Using cxf blueprint configuration, the schemaLocation attribute is ignored.
{code:title=sample config in blueprint|xml}
<jaxws:endpoint id="sample-web-service" implementor="#sampleWebService"
address="http://localhost:56021/services/sample">
<jaxws:schemaLocations>
<jaxws:schemaLocation>schema/broken.xsd</jaxws:schemaLocation>
</jaxws:schemaLocations>
</jaxws:endpoint>
{code}
Looking at the code, aries blueprint parser hands over the element to
org.apache.cxf.jaxws.blueprint.JAXWSBPNamespaceHandler#parse which then just
returns null, because there is no parser defined for this element name.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)