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
Reporter: Jervis Liu
Assigned To: Jervis Liu
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.