[jboss-cvs] JBossAS SVN: r87623 - in projects/metadata/branches/1.0.0.CR18-work/src/main/resources: schema and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 21 08:29:16 EDT 2009


Author: alex.loubyansky at jboss.com
Date: 2009-04-21 08:29:16 -0400 (Tue, 21 Apr 2009)
New Revision: 87623

Modified:
   projects/metadata/branches/1.0.0.CR18-work/src/main/resources/dtd/jboss-ds_5_0.dtd
   projects/metadata/branches/1.0.0.CR18-work/src/main/resources/schema/jboss-ds_5_0.xsd
Log:
JBMETA-191

Modified: projects/metadata/branches/1.0.0.CR18-work/src/main/resources/dtd/jboss-ds_5_0.dtd
===================================================================
--- projects/metadata/branches/1.0.0.CR18-work/src/main/resources/dtd/jboss-ds_5_0.dtd	2009-04-21 12:25:01 UTC (rev 87622)
+++ projects/metadata/branches/1.0.0.CR18-work/src/main/resources/dtd/jboss-ds_5_0.dtd	2009-04-21 12:29:16 UTC (rev 87623)
@@ -171,7 +171,7 @@
 -->
 <!ELEMENT blocking-timeout-millis (#PCDATA)>
 
-<!-- The idle-timeout-minutes elements indicates the maximum time in
+<!-- The idle-timeout-minutes element indicates the maximum time in
 minutes a connection may be idle before being closed.  The actual maximum time
 depends also on the IdleRemover scan time, which is 1/2 the smallest
 idle-timeout-minutes of any pool.
@@ -198,9 +198,9 @@
      prior to use-->
 <!ELEMENT background-validation (#PCDATA)>
 
-<!-- The background-validation-minutes element specifies the amount of time, in minutes, that background validation
+<!-- The background-validation-millis element specifies the amount of time, in milliseconds, that background validation
      will run. -->
-<!ELEMENT background-validation-minutes (#PCDATA)>
+<!ELEMENT background-validation-millis (#PCDATA)>
 
 <!-- An element to specify that all intermediate end(suspend) and
 start(resume) calls.  Also, all work on one tx will go through one
@@ -498,7 +498,7 @@
 prepared-statement-cache-size?, share-prepared-statements? , set-tx-query-timeout?, query-timeout?, use-try-lock?,
 type-mapping?, depends*)>
 
-<!-- Specifies the delimeter for URLs in connection-url for ha datasources
+<!-- Specifies the delimiter for URLs in connection-url for HA datasources
 -->
 <!ELEMENT url-delimiter (#PCDATA)>
 
@@ -506,6 +506,6 @@
 -->
 <!ELEMENT url-selector-strategy-class-name (#PCDATA)>
 
-<!-- For HA XA datasource specifies the name of an xa-datasource-property that contains a list of URLs
+<!-- For HA XA datasources, specifies the name of an xa-datasource-property that contains a list of URLs
 -->
 <!ELEMENT url-property (#PCDATA)>

Modified: projects/metadata/branches/1.0.0.CR18-work/src/main/resources/schema/jboss-ds_5_0.xsd
===================================================================
--- projects/metadata/branches/1.0.0.CR18-work/src/main/resources/schema/jboss-ds_5_0.xsd	2009-04-21 12:25:01 UTC (rev 87622)
+++ projects/metadata/branches/1.0.0.CR18-work/src/main/resources/schema/jboss-ds_5_0.xsd	2009-04-21 12:29:16 UTC (rev 87623)
@@ -584,7 +584,7 @@
    </xsd:complexType>
 
   <!--
-    The idle-timeout-minutes elements indicates the maximum time in
+    The idle-timeout-minutes element indicates the maximum time in
     minutes a connection may be idle before being closed.  The actual maximum time
     depends also on the IdleRemover scan time, which is 1/2 the smallest
     idle-timeout-minutes of any pool.
@@ -637,7 +637,7 @@
    </xsd:complexType>
 
   <!--
-    The background-validation-minutes element specifies the amount of time, in minutes, that background validation
+    The background-validation-millis element specifies the amount of time, in milliseconds, that background validation
     will run.
   -->
   <xsd:complexType name="background-validation-millisType">
@@ -991,7 +991,7 @@
 
 
 
-  <!-- Specifies the delimeter for URLs in connection-url for ha datasources -->
+  <!-- Specifies the delimiter for URLs in connection-url for HA datasources -->
    <xsd:complexType name="url-delimiterType">
       <xsd:simpleContent>
          <xsd:restriction base="javaee:string"/>
@@ -1005,7 +1005,7 @@
       </xsd:simpleContent>
    </xsd:complexType>
 
-  <!-- For HA XA datasource specifies the name of an xa-datasource-property that contains a list of URLs -->
+  <!-- For HA XA datasources, specifies the name of an xa-datasource-property that contains a list of URLs -->
    <xsd:complexType name="url-propertyType">
       <xsd:simpleContent>
          <xsd:restriction base="javaee:string"/>




More information about the jboss-cvs-commits mailing list