[
https://issues.apache.org/jira/browse/CXF-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessio Soldano resolved CXF-6621.
----------------------------------
Resolution: Fixed
Assignee: Alessio Soldano
Fix Version/s: 3.1.4
3.0.7
2.7.18
> Schema imports are not handled correctly in generated WSDL and XSD files when
> using catalog rewrites
> ----------------------------------------------------------------------------------------------------
>
> Key: CXF-6621
> URL: https://issues.apache.org/jira/browse/CXF-6621
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime
> Reporter: Tomas Hofman
> Assignee: Alessio Soldano
> Fix For: 2.7.18, 3.0.7, 3.1.4
>
> Attachments: getwsdl_problem.zip
>
>
> *Situation:*
> - jax-ws-catalog.xml contains:
> {code:xml}
> <rewriteSystem systemIdStartString="http://apache.org/xsd/"
> rewritePrefix="classpath:/xsd/"/>
> {code}
> - WSDL structure:
> {code}
> /wsdl/service.wsdl - imports "http://apache.org/xsd/schema.xsd"
> /xsd/schema.xsd
> {code}
> *Problem:*
> When accessing "?xsd=http://apache.org/xsd/schema.xsd", import of
> "d/included.xsd" is not transformed into "?xsd=" form.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)