[jboss-cvs] JBossAS SVN: r58637 - trunk/server/src/resources/dtd

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 19 17:14:14 EST 2006


Author: alex.loubyansky at jboss.com
Date: 2006-11-19 17:14:11 -0500 (Sun, 19 Nov 2006)
New Revision: 58637

Modified:
   trunk/server/src/resources/dtd/jboss_3_2.dtd
   trunk/server/src/resources/dtd/jboss_4_0.dtd
   trunk/server/src/resources/dtd/jboss_5_0.dtd
Log:
added flush-enabled used in the NoPassivationCachePolicy and retry-handlers

Modified: trunk/server/src/resources/dtd/jboss_3_2.dtd
===================================================================
--- trunk/server/src/resources/dtd/jboss_3_2.dtd	2006-11-19 22:05:11 UTC (rev 58636)
+++ trunk/server/src/resources/dtd/jboss_3_2.dtd	2006-11-19 22:14:11 UTC (rev 58637)
@@ -1068,9 +1068,9 @@
 
   Used in: container-cache-conf (when cache-policy is the LRU cache)
 -->
-<!ELEMENT cache-policy-conf (min-capacity , max-capacity , remover-period? ,
+<!ELEMENT cache-policy-conf (min-capacity? , max-capacity? , remover-period? ,
  max-bean-life? , overager-period? , max-bean-age? , resizer-period? ,
- max-cache-miss-period? , min-cache-miss-period? , cache-load-factor?)>
+ max-cache-miss-period? , min-cache-miss-period? , cache-load-factor?, flush-enabled?)>
 
 <!--
   The minimum capacity of this cache
@@ -1128,6 +1128,11 @@
 <!ELEMENT cache-load-factor (#PCDATA)>
 
 <!--
+  For the NoPassivationCachePolicy. Can be true or false
+-->
+<!ELEMENT flush-enabled (#PCDATA)>
+
+<!--
   Arbitrary XML configuration
 -->
 <!ELEMENT cache-policy-conf-other ANY>

Modified: trunk/server/src/resources/dtd/jboss_4_0.dtd
===================================================================
--- trunk/server/src/resources/dtd/jboss_4_0.dtd	2006-11-19 22:05:11 UTC (rev 58636)
+++ trunk/server/src/resources/dtd/jboss_4_0.dtd	2006-11-19 22:14:11 UTC (rev 58637)
@@ -1305,8 +1305,12 @@
 
   Used in: home, bean, list-entity, endpoint-interceptors
 -->
-<!ELEMENT interceptor (#PCDATA)>
+<!ELEMENT interceptor ANY>
 
+<!-- possible content for the TxInterceptorCMT -->
+<!ELEMENT retry-handlers (handler+)>
+<!ELEMENT handler (#PCDATA)>
+
 <!--
   The transaction attribute is used to indicate what type of container its
   interceptor applies to. It is an enumerated value that can take on one of: Bean,
@@ -1429,9 +1433,9 @@
 
   Used in: container-cache-conf (when cache-policy is the LRU cache)
 -->
-<!ELEMENT cache-policy-conf (min-capacity , max-capacity , remover-period? ,
+<!ELEMENT cache-policy-conf (min-capacity? , max-capacity? , remover-period? ,
  max-bean-life? , overager-period? , max-bean-age? , resizer-period? ,
- max-cache-miss-period? , min-cache-miss-period? , cache-load-factor?)>
+ max-cache-miss-period? , min-cache-miss-period? , cache-load-factor?, flush-enabled?)>
 
 <!--
   The minimum capacity of this cache
@@ -1489,6 +1493,11 @@
 <!ELEMENT cache-load-factor (#PCDATA)>
 
 <!--
+  For the NoPassivationCachePolicy. Can be true or false
+-->
+<!ELEMENT flush-enabled (#PCDATA)>
+
+<!--
   Arbitrary XML configuration
 -->
 <!ELEMENT cache-policy-conf-other ANY>

Modified: trunk/server/src/resources/dtd/jboss_5_0.dtd
===================================================================
--- trunk/server/src/resources/dtd/jboss_5_0.dtd	2006-11-19 22:05:11 UTC (rev 58636)
+++ trunk/server/src/resources/dtd/jboss_5_0.dtd	2006-11-19 22:14:11 UTC (rev 58637)
@@ -1222,8 +1222,12 @@
 
   Used in: home, bean, list-entity, endpoint-interceptors
 -->
-<!ELEMENT interceptor (#PCDATA)>
+<!ELEMENT interceptor ANY>
 
+<!-- possible content for the TxInterceptorCMT -->
+<!ELEMENT retry-handlers (handler+)>
+<!ELEMENT handler (#PCDATA)>
+
 <!--
   The transaction attribute is used to indicate what type of container its
   interceptor applies to. It is an enumerated value that can take on one of: Bean,
@@ -1346,9 +1350,9 @@
 
   Used in: container-cache-conf (when cache-policy is the LRU cache)
 -->
-<!ELEMENT cache-policy-conf (min-capacity , max-capacity , remover-period? ,
+<!ELEMENT cache-policy-conf (min-capacity? , max-capacity? , remover-period? ,
  max-bean-life? , overager-period? , max-bean-age? , resizer-period? ,
- max-cache-miss-period? , min-cache-miss-period? , cache-load-factor?)>
+ max-cache-miss-period? , min-cache-miss-period? , cache-load-factor?, flush-enabled?)>
 
 <!--
   The minimum capacity of this cache
@@ -1406,6 +1410,11 @@
 <!ELEMENT cache-load-factor (#PCDATA)>
 
 <!--
+  For the NoPassivationCachePolicy. Can be true or false
+-->
+<!ELEMENT flush-enabled (#PCDATA)>
+
+<!--
   Arbitrary XML configuration
 -->
 <!ELEMENT cache-policy-conf-other ANY>




More information about the jboss-cvs-commits mailing list