[dna-commits] DNA SVN: r1040 - in trunk/docs: reference/src/main/docbook/en-US/content/connectors and 1 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu Jun 11 10:28:27 EDT 2009


Author: rhauch
Date: 2009-06-11 10:28:27 -0400 (Thu, 11 Jun 2009)
New Revision: 1040

Modified:
   trunk/docs/gettingstarted/src/main/docbook/en-US/content/using_dna.xml
   trunk/docs/reference/src/main/docbook/en-US/content/connectors/federation.xml
   trunk/docs/reference/src/main/docbook/en-US/content/jcr/configuration.xml
Log:
Minor corrections to the portions of the configuration files and source code to reflect recent changes.

Modified: trunk/docs/gettingstarted/src/main/docbook/en-US/content/using_dna.xml
===================================================================
--- trunk/docs/gettingstarted/src/main/docbook/en-US/content/using_dna.xml	2009-06-11 09:21:34 UTC (rev 1039)
+++ trunk/docs/gettingstarted/src/main/docbook/en-US/content/using_dna.xml	2009-06-11 14:28:27 UTC (rev 1040)
@@ -179,9 +179,9 @@
 	      This of course is optional, since we could access the same content through 'vehicles'.
 	      -->
 	      <dna:repository jcr:name="car repository" dna:source="Cars">
-	          <options jcr:primaryType="dna:options">
+	          <dna:options jcr:primaryType="dna:options">
 	              <jaasLoginConfigName jcr:primaryType="dna:option" dna:value="dna-jcr"/>
-	          </options>
+	          </dna:options>
 	      </dna:repository>
 	  </dna:repositories>
     <!-- 

Modified: trunk/docs/reference/src/main/docbook/en-US/content/connectors/federation.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/connectors/federation.xml	2009-06-11 09:21:34 UTC (rev 1039)
+++ trunk/docs/reference/src/main/docbook/en-US/content/connectors/federation.xml	2009-06-11 14:28:27 UTC (rev 1040)
@@ -411,8 +411,18 @@
          This example puts the 'Cars' and 'Aircraft' content underneath '/vehicles', but the
          'Configuration' content (which is defined by this file) will appear under '/'. -->
     <dna:projections>
-      <dna:projection jcr:name="Cars" dna:projectionRules="/Vehicles => /" />
-      <dna:projection jcr:name="Aircraft" dna:projectionRules="/Vehicles => /" />
+      <!-- Project the 'Cars' content, starting with the '/Cars' node. -->
+      <dna:projection jcr:name="Cars projection" dna:source="Cars" dna:workspaceName="workspace1">
+          <dna:projectionRules>/Vehicles/Cars => /Cars</dna:projectionRules>
+      </dna:projection>
+      <!-- Project the 'Aicraft' content, starting with the '/Aircraft' node. -->
+      <dna:projection jcr:name="Aircarft projection" dna:source="Aircraft" dna:workspaceName="workspace2">
+          <dna:projectionRules>/Vehicles/Aircraft => /Aircraft</dna:projectionRules>
+      </dna:projection>
+      <!-- Project the 'System' content. Only needed when this source is accessed through JCR. -->
+      <dna:projection jcr:name="System projection" dna:source="System" dna:workspaceName="default">
+          <dna:projectionRules>/jcr:system => /</dna:projectionRules>
+      </dna:projection>
     </dna:projections>
   </dna:workspace>
 </dna:workspaces>

Modified: trunk/docs/reference/src/main/docbook/en-US/content/jcr/configuration.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/jcr/configuration.xml	2009-06-11 09:21:34 UTC (rev 1039)
+++ trunk/docs/reference/src/main/docbook/en-US/content/jcr/configuration.xml	2009-06-11 14:28:27 UTC (rev 1040)
@@ -179,9 +179,9 @@
 	      This of course is optional, since we could access the same content through 'vehicles'.
 	      -->
 	      <dna:repository jcr:name="car repository" dna:source="Cars">
-	          <options jcr:primaryType="dna:options">
+	          <dna:options jcr:primaryType="dna:options">
 	              <jaasLoginConfigName jcr:primaryType="dna:option" dna:value="dna-jcr"/>
-	          </options>
+	          </dna:options>
 	      </dna:repository>
 	  </dna:repositories>
     <!-- 




More information about the dna-commits mailing list