DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4284>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4284

Java serialization problematic for broad trees

           Summary: Java serialization problematic for broad trees
           Product: Xerces-J
           Version: 1.2.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Xerces uses a linked list structure to represent the children of a node.
When a very broad tree (e.g. thousands of children under one node) is
serialized through standard Java serialization, the list will be traversed
by the ObjectOutputStream recursively. The result is that large stack sizes
are required to complete the serialization. This problem was encountered
when using Xerces documents as return values from EJB methods.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to