Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-649

Tools should not generate wrapper complexTypes for arrays that are bean properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jbossws-1.0RC3
    • None
    • tools-jaxrpc
    • None

      Genereated types for array properties should look like this:

      <complexType name="Data">
      <sequence>
      <element name="alpha" type="int" minOccurs="0" maxOccurs="unbounded"/>
      <element name="zulu" type="int" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>

      This includes document/literal types.

      -Jason

              jgreene@redhat.com Jason Greene
              jgreene@redhat.com Jason Greene
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: