[jboss-cvs] JBossAS SVN: r66789 - trunk/connector/src/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 6 10:35:45 EST 2007


Author: adrian at jboss.org
Date: 2007-11-06 10:35:45 -0500 (Tue, 06 Nov 2007)
New Revision: 66789

Modified:
   trunk/connector/src/resources/dtd/jboss-ds_1_5.dtd
Log:
[JBAS-4943] - loader-repository is optional

Modified: trunk/connector/src/resources/dtd/jboss-ds_1_5.dtd
===================================================================
--- trunk/connector/src/resources/dtd/jboss-ds_1_5.dtd	2007-11-06 15:35:08 UTC (rev 66788)
+++ trunk/connector/src/resources/dtd/jboss-ds_1_5.dtd	2007-11-06 15:35:45 UTC (rev 66789)
@@ -17,7 +17,7 @@
 <!--
 The datasources element is the root of the jdbc datasource configuration
 -->
-<!ELEMENT datasources (loader-repository , (mbean | local-tx-datasource | xa-datasource | no-tx-datasource |
+<!ELEMENT datasources (loader-repository? , (mbean | local-tx-datasource | xa-datasource | no-tx-datasource |
  ha-local-tx-datasource | ha-xa-datasource)*)>
 
 <!-- Specify a jca-jdbc non-XADatasource (local) wrapper, using no transactions
@@ -372,7 +372,7 @@
 
 <!-- The connection-factories element is the root of the generic jca adaptor section
 -->
-<!ELEMENT connection-factories (loader-repository , (mbean | tx-connection-factory | no-tx-connection-factory)*)>
+<!ELEMENT connection-factories (loader-repository? , (mbean | tx-connection-factory | no-tx-connection-factory)*)>
 
 <!-- The loader repository -->
 <!ELEMENT loader-repository ANY>




More information about the jboss-cvs-commits mailing list