[jboss-cvs] JBossAS SVN: r110994 - in projects/jboss-jca/trunk: doc/userguide/en-US/modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 22 08:55:10 EDT 2011


Author: maeste
Date: 2011-03-22 08:55:10 -0400 (Tue, 22 Mar 2011)
New Revision: 110994

Modified:
   projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
Log:
fixing xsd and docs errors

Modified: projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd
===================================================================
--- projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd	2011-03-22 12:46:01 UTC (rev 110993)
+++ projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd	2011-03-22 12:55:10 UTC (rev 110994)
@@ -60,6 +60,7 @@
           <xs:documentation>
             <![CDATA[[
               An unique reference to the classloader module which contains the JDBC driver
+              The accepted format is driverName#majorVersion.minorVersion
              ]]>
           </xs:documentation>
         </xs:annotation>
@@ -202,6 +203,7 @@
           <xs:documentation>
             <![CDATA[[
               An unique reference to the classloader module which contains the JDBC driver
+              The accepted format is driverName#majorVersion.minorVersion
              ]]>
           </xs:documentation>
         </xs:annotation>

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2011-03-22 12:46:01 UTC (rev 110993)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/deployment.xml	2011-03-22 12:55:10 UTC (rev 110994)
@@ -717,9 +717,10 @@
                 </entry>
               </row>
               <row>
-                <entry><code>module</code></entry>
+                <entry><code>driver</code></entry>
                 <entry>
                   An unique reference to the classloader module which contains the JDBC driver
+                   The accepted format is driverName#majorVersion.minorVersion
                 </entry>
               </row>
               <row>
@@ -825,9 +826,10 @@
                 </entry>
               </row>
               <row>
-                <entry><code>module</code></entry>
+                <entry><code>driver</code></entry>
                 <entry>
                   An unique reference to the classloader module which contains the JDBC driver
+                   The accepted format is driverName#majorVersion.minorVersion
                 </entry>
               </row>
               <row>



More information about the jboss-cvs-commits mailing list