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=18224>. 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=18224 stack overflow when building schema grammar with full checking [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER ------- Additional Comments From [EMAIL PROTECTED] 2003-03-24 22:41 ------- There are big maxOccurs values in your schema (65535, for example). There is a limitation in Xerces in handling maxOccurs values. The workaround is to change the maxOccurs value to "unbounded". [1] Or if you want to prevent the parser from blowing up, you can set a security manager. For more information on this, please refer to [2]. [1] http://xml.apache.org/xerces2-j/xml-schema.html#schema-limitations [2] http://xml.apache.org/xerces2-j/properties.html#security-manager --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
