[jboss-cvs] JBossAS SVN: r63958 - branches/Branch_4_2/server/src/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 10 16:39:29 EDT 2007


Author: galder.zamarreno at jboss.com
Date: 2007-07-10 16:39:29 -0400 (Tue, 10 Jul 2007)
New Revision: 63958

Modified:
   branches/Branch_4_2/server/src/resources/dtd/jboss_4_0.dtd
   branches/Branch_4_2/server/src/resources/dtd/jboss_4_2.dtd
Log:
[JBAS-4000] dtds modified to reflect the ordering in conf/standardjboss.xml

Modified: branches/Branch_4_2/server/src/resources/dtd/jboss_4_0.dtd
===================================================================
--- branches/Branch_4_2/server/src/resources/dtd/jboss_4_0.dtd	2007-07-10 19:01:51 UTC (rev 63957)
+++ branches/Branch_4_2/server/src/resources/dtd/jboss_4_0.dtd	2007-07-10 20:39:29 UTC (rev 63958)
@@ -290,8 +290,8 @@
 <!-- The proxy-factory-config defines the client-interceptors stack
 and other configuration options to use for the various EJB proxies.
 -->
-<!ELEMENT proxy-factory-config (client-interceptors?, endpoint-interceptors? , web-class-loader? ,
-activation-config?, JMSProviderAdapterJNDI? , ServerSessionPoolFactoryJNDI? , 
+<!ELEMENT proxy-factory-config (client-interceptors? , activation-config? , endpoint-interceptors? , 
+web-class-loader? , JMSProviderAdapterJNDI? , ServerSessionPoolFactoryJNDI? , 
 CreateJBossMQDestination? , MinimumSize? , MaximumSize? ,
 KeepAliveMillis? , MaxMessages? , MDBConfig? , poa? , register-ejbs-in-jnp-context? , 
 jnp-context? , interface-repository-supported?)>

Modified: branches/Branch_4_2/server/src/resources/dtd/jboss_4_2.dtd
===================================================================
--- branches/Branch_4_2/server/src/resources/dtd/jboss_4_2.dtd	2007-07-10 19:01:51 UTC (rev 63957)
+++ branches/Branch_4_2/server/src/resources/dtd/jboss_4_2.dtd	2007-07-10 20:39:29 UTC (rev 63958)
@@ -292,8 +292,8 @@
 <!-- The proxy-factory-config defines the client-interceptors stack
 and other configuration options to use for the various EJB proxies.
 -->
-<!ELEMENT proxy-factory-config (client-interceptors?, endpoint-interceptors? , web-class-loader? ,
-activation-config?, JMSProviderAdapterJNDI? , ServerSessionPoolFactoryJNDI? , 
+<!ELEMENT proxy-factory-config (client-interceptors? , activation-config? , endpoint-interceptors? , 
+web-class-loader? , JMSProviderAdapterJNDI? , ServerSessionPoolFactoryJNDI? , 
 CreateJBossMQDestination? , MinimumSize? , MaximumSize? ,
 KeepAliveMillis? , MaxMessages? , MDBConfig? , poa? , register-ejbs-in-jnp-context? , 
 jnp-context? , interface-repository-supported?)>




More information about the jboss-cvs-commits mailing list