Details
-
Bug
-
Status: Closed
-
Resolution: Cannot Reproduce
-
unspecified
-
None
-
Operating System: Linux
Platform: PC
-
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)