Uploaded image for project: 'XMLBeans'
  1. XMLBeans
  2. XMLBEANS-3

When number of items in a list field in an XML file exceed about 330000, this results in an OutOfMemoryError.

    XMLWordPrintableJSON

Details

    • 24248

    Description

      When number of items in an XML file exceed about 330000, this results in an
      OutOfMemoryError.
      Defined a field within XSD as a list field results in a class that is extended
      from XmlListImpl.
      Traced this down in the sources and it occurs in the XmlListImpl class in the
      lex(..) method during creating of a new value with "itemType.newValue(..)".

      We have XML files with lists of about 1100000 items in them.
      Does this mean that we cannot use XMLBeans? (At least not for those fields)

      Attachments

        Activity

          People

            Unassigned Unassigned
            rudi.fillet@innovateict.nl R. Fillet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: