[ http://issues.apache.org/jira/browse/XERCESJ-1054?page=comments#action_62320 ] Michael Glavassevich commented on XERCESJ-1054: -----------------------------------------------
I've tried to reproduce the problem with a small schema and test program, but haven't observed any problems. I'm going to post my test program on this JIRA issue. Could you please try running it with your document and schema with the the latest code from CVS [1]. If it fails it should produce a stack trace. If you could post a schema and instance document which cause such a failure, it would certainly help move this investigation along. [1] http://brutus.apache.org/gump/public-jars/xml-xerces2/ > Parsing XML sometimes goes wrong > -------------------------------- > > Key: XERCESJ-1054 > URL: http://issues.apache.org/jira/browse/XERCESJ-1054 > Project: Xerces2-J > Type: Bug > Environment: Sun Solaris > Reporter: Emmanuel d'Hardemare > Attachments: ValidationThreadTest.java > > XML parser sometimes rejects XML messages, although the message is valid > considering the XSD definition. > This bug does not always appears, only some times. The error message could'nt > help to find the cause of this beahviour. > the error message : > error : org.xml.sax.SAXParseException: cvc-pattern-valid: Value '7534072' is > not facet-valid with respect to pattern '\d{1,20}' for type 'IdEptXdslType'. > 7534072 is respectful of the pattern \d{1,20} > Does this remind you something ? -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
