Author: mukulg Date: Mon Jan 22 16:05:10 2018 New Revision: 1821882 URL: http://svn.apache.org/viewvc?rev=1821882&view=rev Log: as per discussion on the jira issue XERCESJ-1687, updating the XML Schema documentation
Modified: xerces/java/trunk/docs/xml-schema.xml Modified: xerces/java/trunk/docs/xml-schema.xml URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/xml-schema.xml?rev=1821882&r1=1821881&r2=1821882&view=diff ============================================================================== --- xerces/java/trunk/docs/xml-schema.xml (original) +++ xerces/java/trunk/docs/xml-schema.xml Mon Jan 22 16:05:10 2018 @@ -130,6 +130,14 @@ Javadoc for javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING for more details. </li> + <li> The JAXP class javax.xml.validation.Schema is defined to be thread safe, i.e. + applications are encouraged to share it across many threads. There are few cases + observed while doing XML Schema 1.1 validation, where the thread safe definition + of javax.xml.validation.Schema is not honored. This problem is observed, while + using the XSD 1.1 syntax <assert> in the XSD documents. But there are also, various + cases observed while using XSD 1.1 syntax <assert>, when thread safety of javax.xml.validation.Schema + is honored correctly. + </li> </ul> </s2> <s2 title="Other Notes"> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org For additional commands, e-mail: commits-h...@xerces.apache.org