sandygao 2003/06/17 10:02:45 Modified: java/docs xml-schema.xml Log: StackOverflowException isn't likely to be thrown anymore. Revision Changes Path 1.6 +1 -1 xml-xerces/java/docs/xml-schema.xml Index: xml-schema.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/xml-schema.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xml-schema.xml 25 Mar 2003 22:41:00 -0000 1.5 +++ xml-schema.xml 17 Jun 2003 17:02:45 -0000 1.6 @@ -48,7 +48,7 @@ </s2> <s2 title='Problem Areas/Known Bugs'> <ul> - <li> For larger values of maxOccurs, a StackOverflowError may occur. + <li> For larger values of maxOccurs, an OutOfMemoryError may occur. The workaround for this problem, if your application permits it, is to change the maxOccurs value to unbounded.</li> </ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]