You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jimma (JIRA)" <ji...@apache.org> on 2007/05/22 04:12:16 UTC

[jira] Commented: (CXF-561) javatowsdl generates duplicate schemas when @RequestWrapper does not contain namespace element

    [ https://issues.apache.org/jira/browse/CXF-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497670 ] 

jimma commented on CXF-561:
---------------------------

This issue is fixed after I resolved the issue CXF-554

> 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.