-
Type:
Bug
-
Status: Closed
-
Resolution: Cannot Reproduce
-
Affects Version/s: unspecified
-
Fix Version/s: Version 2 Beta 1, Version 2 Beta 2, Version 2
-
Component/s: XmlObject
-
Labels:None
-
Environment:Operating System: Linux
Platform: PC
-
Bugzilla Id:24248
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)