Index: docs/reference/src/main/docbook/en-US/content/jcr.xml =================================================================== --- docs/reference/src/main/docbook/en-US/content/jcr.xml (revision 870) +++ docs/reference/src/main/docbook/en-US/content/jcr.xml (working copy) @@ -104,8 +104,8 @@ JCR Support JBoss DNA currently supports most of the Level 1 and Level 2 feature set defined by the JSR-170 specification. - Queries, which are part of Level 1, are not implemented, nor are all of the update methods that make up Level 2. - So while the current implementation provides many of the features that may be needed by an application, we really hope + Queries, which are required for Level 1 compliance, are not implemented, nor are all of the update methods that make up Level 2. + As the current implementation provides many of the features that may be needed by an application, we really hope that this release will allow you to give us some feedback on what we have so far. Index: docs/reference/src/main/docbook/en-US/content/testing.xml =================================================================== --- docs/reference/src/main/docbook/en-US/content/testing.xml (revision 870) +++ docs/reference/src/main/docbook/en-US/content/testing.xml (working copy) @@ -144,7 +144,7 @@ release to pass the remaining Level 1 and Level 2 tests (along with some other optional features). - JBoss DNA also frequently runs the JCR unit tests from the Apache Jackrabbit project. (Those these tests are not + JBoss DNA also frequently runs the JCR unit tests from the Apache Jackrabbit project. (Though these tests are not the official TCK, they apparently are used within the official TCK.) These unit tests are set up in the dna-jcr-tck project.