You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Jacob Danner (JIRA)" <xm...@xml.apache.org> on 2005/04/19 23:46:38 UTC

[jira] Closed: (XMLBEANS-3) When number of items in a list field in an XML file exceed about 330000, this results in an OutOfMemoryError.

     [ http://issues.apache.org/jira/browse/XMLBEANS-3?page=all ]
     
Jacob Danner closed XMLBEANS-3:
-------------------------------

    Assign To:     (was: Jacob Danner)

Closing, solution appeared to work. Closing

> When number of items in a list field in an XML file exceed about 330000, this results in an OutOfMemoryError.
> -------------------------------------------------------------------------------------------------------------
>
>          Key: XMLBEANS-3
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-3
>      Project: XMLBeans
>         Type: Bug
>   Components: XmlObject
>     Versions: unspecified
>  Environment: Operating System: Linux
> Platform: PC
>     Reporter: R. Fillet
>      Fix For: Version 2 Beta 1, Version 2 Beta 2, Version 2

>
> 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)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org