[jboss-cvs] JBossAS SVN: r66787 - branches/Branch_4_2/connector/src/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 6 10:33:23 EST 2007


Author: adrian at jboss.org
Date: 2007-11-06 10:33:23 -0500 (Tue, 06 Nov 2007)
New Revision: 66787

Modified:
   branches/Branch_4_2/connector/src/resources/dtd/jboss-ds_1_5.dtd
Log:
[JBAS-4943] - connection factory deployments can take a loader-repository

Modified: branches/Branch_4_2/connector/src/resources/dtd/jboss-ds_1_5.dtd
===================================================================
--- branches/Branch_4_2/connector/src/resources/dtd/jboss-ds_1_5.dtd	2007-11-06 15:32:27 UTC (rev 66786)
+++ branches/Branch_4_2/connector/src/resources/dtd/jboss-ds_1_5.dtd	2007-11-06 15:33:23 UTC (rev 66787)
@@ -17,8 +17,8 @@
 <!--
 The datasources element is the root of the jdbc datasource configuration
 -->
-<!ELEMENT datasources (mbean | local-tx-datasource | xa-datasource | no-tx-datasource |
- ha-local-tx-datasource | ha-xa-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
 -->
@@ -352,8 +352,12 @@
 
 <!-- The connection-factories element is the root of the generic jca adaptor section
 -->
-<!ELEMENT connection-factories (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>
+
+<!-- Any embedded mbean -->
 <!ELEMENT mbean ANY>
 
 <!-- The tx-connection-factory element is used to configure generic resource




More information about the jboss-cvs-commits mailing list