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

Reply via email to