[
https://issues.apache.org/jira/browse/CXF-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jimma resolved CXF-561.
-----------------------
Resolution: Fixed
> javatowsdl generates duplicate schemas when @RequestWrapper does not contain
> namespace element
> ----------------------------------------------------------------------------------------------
>
> Key: CXF-561
> URL: https://issues.apache.org/jira/browse/CXF-561
> Project: CXF
> Issue Type: Sub-task
> Components: Tooling
> Affects Versions: 2.0-RC
> Reporter: Jervis Liu
> Assigned To: Jervis Liu
> Fix For: 2.0
>
>
> javatowsdl generates duplicate schemas when @RequestWrapper does not contain
> namespace element. This is because JAXB found the wrapper request bean then
> generated a schem under the namespace specified in the wrapper bean. Then
> ReflectionServiceFactoryBean generated a schema again for wrapper under the
> namespace specificed by @RequestWrapper, in this case, @RequestWrapper does
> not have namespace, so it defaults to the package name.
> see JaxwsServiceBuilderTest.testDocWrappedWithLocalName()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.