You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Ronak Patel (JIRA)" <ax...@ws.apache.org> on 2006/08/24 08:48:25 UTC

[jira] Created: (AXISCPP-994) WSDL2Ws ignores attribute refs inside of attributeGroup

WSDL2Ws ignores attribute refs inside of attributeGroup
-------------------------------------------------------

                 Key: AXISCPP-994
                 URL: http://issues.apache.org/jira/browse/AXISCPP-994
             Project: Axis-C++
          Issue Type: Bug
          Components: WSDL processing - Doc, XML parser abstraction layer
    Affects Versions:  1.6 Beta
         Environment: Windows 2000
            Reporter: Ronak Patel
            Priority: Blocker


WSDL2Ws complains with a NULLPointerException when encountering the following schema block:

 <xsd:attributeGroup name="SomeGroup">  
    <xsd:attribute ref="first" use="required"/>
    <xsd:attribute ref="second" use="required"/>
    <xsd:attribute ref="third" use="optional"/>
    <xsd:attribute ref="fourth" use="optional"/>
    <xsd:attribute ref="fifth" use="optional"/>
    <xsd:attribute ref="sixth" use="optional"/>
    <xsd:attribute ref="seventh" use="optional"/>
    <xsd:attribute ref="eighth" use="optional"/>
    <xsd:attribute ref="ninth" use="optional"/>
    <xsd:attribute ref="tenth" use="optional"/>
    <xsd:attribute ref="eleventh" use="optional"/>
  </xsd:attributeGroup>

<xsd:attribute name="first" type="someDeclaredType"/>
<xsd:attribute name="first" type="someDeclaredType"/>
<xsd:attribute name="first" type="someDeclaredType"/>
<xsd:attribute name="first" type="someDeclaredType"/>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXISCPP-994) WSDL2Ws ignores attribute refs inside of attributeGroup

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-994?page=all ]

nadir amra closed AXISCPP-994.
------------------------------

    Resolution: Duplicate

AXISCPP-995

> WSDL2Ws ignores attribute refs inside of attributeGroup
> -------------------------------------------------------
>
>                 Key: AXISCPP-994
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-994
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: XML parser abstraction layer, WSDL processing - Doc
>    Affects Versions:  1.6 Beta
>         Environment: Windows 2000
>            Reporter: Ronak Patel
>            Priority: Blocker
>
> WSDL2Ws complains with a NULLPointerException when encountering the following schema block:
>  <xsd:attributeGroup name="SomeGroup">  
>     <xsd:attribute ref="first" use="required"/>
>     <xsd:attribute ref="second" use="required"/>
>     <xsd:attribute ref="third" use="optional"/>
>     <xsd:attribute ref="fourth" use="optional"/>
>     <xsd:attribute ref="fifth" use="optional"/>
>     <xsd:attribute ref="sixth" use="optional"/>
>     <xsd:attribute ref="seventh" use="optional"/>
>     <xsd:attribute ref="eighth" use="optional"/>
>     <xsd:attribute ref="ninth" use="optional"/>
>     <xsd:attribute ref="tenth" use="optional"/>
>     <xsd:attribute ref="eleventh" use="optional"/>
>   </xsd:attributeGroup>
> <xsd:attribute name="first" type="someDeclaredType"/>
> <xsd:attribute name="first" type="someDeclaredType"/>
> <xsd:attribute name="first" type="someDeclaredType"/>
> <xsd:attribute name="first" type="someDeclaredType"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org