Author: mukulg
Date: Mon Jan 22 07:01:33 2018
New Revision: 1821827
URL: http://svn.apache.org/viewvc?rev=1821827&view=rev
Log:
as per discussion on the jira issue XERCESJ-1687, updating the XSD 1.1
documentation
Modified:
xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml
Modified: xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml?rev=1821827&r1=1821826&r2=1821827&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml Mon Jan 22
07:01:33 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: [email protected]
For additional commands, e-mail: [email protected]