Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-1098

Array in unordered sequence with with maxOccurs="unbounded" fails

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • deferred
    • None
    • Front End
    • None

      For example:

      <sequence dfdl:sequenceKind="unordered">
        <element name="foo" maxOccurs="unbounded" />
        ...
      </sequence>

      Causes a NumberFormatException for input string: "unbounded".

      Looks like we try to convert the value of maxOccurs to a number without checking if it's unbounded.

              Unassigned Unassigned
              slawrence Steve Lawrence
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: