You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/12/17 15:25:15 UTC

[jira] [Commented] (CXF-6162) Adding support for xsd:group ref in Javascript generator

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

ASF GitHub Bot commented on CXF-6162:
-------------------------------------

GitHub user DemonShi opened a pull request:

    https://github.com/apache/cxf/pull/44

    [CXF-6162] Added basic support for group reference elements

    * Added support for group reference elements with nested sequence/choice elements
    * Also allowed nested sequence elements
    * Now minOccurs = 0 is propagated recursively into all children which should allow nested sequences within xsd:choice
    * Still no support of choice/sequence with maxOccurs > 1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DemonShi/cxf cxf-6162

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/44.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #44
    
----
commit d6762302b59a41f9f84c5e0752115366938d8c79
Author: Andrii Nikitiuk <de...@gmail.com>
Date:   2014-12-17T14:20:37Z

    [CXF-6162] Added support for group reference elements with nested sequence/choice elements. Also allowed nested sequence elements (still no support of choice/sequence with maxOccurs > 1)

----


> Adding support for xsd:group ref in Javascript generator
> --------------------------------------------------------
>
>                 Key: CXF-6162
>                 URL: https://issues.apache.org/jira/browse/CXF-6162
>             Project: CXF
>          Issue Type: Improvement
>          Components: JavaScript Client
>    Affects Versions: 3.0.2
>            Reporter: Andrii Nikitiuk
>            Priority: Minor
>              Labels: javascript, wsdl2js, xsd, xsd:group
>
> Currently xsd:group ref construct is not supported in javascript generator. We should add such support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)