You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/08/29 20:06:35 UTC

[jira] Updated: (CXF-526) runtime will fail if element has minOccurs="0" maxOccurs="unbounded" attribute

     [ https://issues.apache.org/jira/browse/CXF-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-526:
----------------------------

    Fix Version/s: 2.0-RC

> runtime will fail if element has  minOccurs="0" maxOccurs="unbounded" attribute
> -------------------------------------------------------------------------------
>
>                 Key: CXF-526
>                 URL: https://issues.apache.org/jira/browse/CXF-526
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.0-RC
>
>
> if element is
> <element name="sayHi">
>                 <xs:complexType name="Reference">
>                     <xs:sequence>
>                         <xs:element name="port" minOccurs="0" maxOccurs="unbounded">
>                             <xs:complexType>
>                                 <xs:sequence>
>                                     <element name="requestType" type="string"/>
>                                 </xs:sequence>
>                             </xs:complexType>
>                         </xs:element>
>                     </xs:sequence>
>                 </xs:complexType>
>             </element>
> then wsdl2java will generate List parameter, but runtime will throw exception in DocLiteralInInterceptor

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.