[jboss-cvs] JBossAS SVN: r73541 - projects/metadata/trunk/src/main/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 20 18:17:16 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-05-20 18:17:16 -0400 (Tue, 20 May 2008)
New Revision: 73541

Modified:
   projects/metadata/trunk/src/main/resources/dtd/jboss_4_0.dtd
   projects/metadata/trunk/src/main/resources/dtd/jboss_4_2.dtd
   projects/metadata/trunk/src/main/resources/dtd/jboss_5_0.dtd
Log:
JBMETA-43

Modified: projects/metadata/trunk/src/main/resources/dtd/jboss_4_0.dtd
===================================================================
--- projects/metadata/trunk/src/main/resources/dtd/jboss_4_0.dtd	2008-05-20 21:58:32 UTC (rev 73540)
+++ projects/metadata/trunk/src/main/resources/dtd/jboss_4_0.dtd	2008-05-20 22:17:16 UTC (rev 73541)
@@ -1474,8 +1474,8 @@
 
   Used in: container-configuration
 -->
-<!ELEMENT container-pool-conf (MinimumSize?, MaximumSize?,
-   strictMaximumSize?, strictTimeout?)>
+<!ELEMENT container-pool-conf ((MinimumSize?, MaximumSize?,
+   strictMaximumSize?, strictTimeout?) | Synchronized)>
 
 <!-- The theoretical minimum size of the pool. Currently unused by JBoss
 EJB pools.
@@ -1510,6 +1510,14 @@
 <!ELEMENT strictTimeout (#PCDATA)>
 
 <!--
+  Can be true or false.
+  Used in SingletonStatelessSessionInstancePool to synchronize access to the SLSB instance.
+
+  Used in: container-pool-conf
+-->
+<!ELEMENT Synchronized (#PCDATA)>
+
+<!--
   The number of millis to keep an unused object in the pool. Currently unused by
   JBoss EJB Pools.
 

Modified: projects/metadata/trunk/src/main/resources/dtd/jboss_4_2.dtd
===================================================================
--- projects/metadata/trunk/src/main/resources/dtd/jboss_4_2.dtd	2008-05-20 21:58:32 UTC (rev 73540)
+++ projects/metadata/trunk/src/main/resources/dtd/jboss_4_2.dtd	2008-05-20 22:17:16 UTC (rev 73541)
@@ -1475,8 +1475,8 @@
 
   Used in: container-configuration
 -->
-<!ELEMENT container-pool-conf (MinimumSize?, MaximumSize?,
-   strictMaximumSize?, strictTimeout?)>
+<!ELEMENT container-pool-conf ((MinimumSize?, MaximumSize?,
+   strictMaximumSize?, strictTimeout?) | Synchronized)>
 
 <!-- The theoretical minimum size of the pool. Currently unused by JBoss
 EJB pools.
@@ -1511,6 +1511,14 @@
 <!ELEMENT strictTimeout (#PCDATA)>
 
 <!--
+  Can be true or false.
+  Used in SingletonStatelessSessionInstancePool to synchronize access to the SLSB instance.
+
+  Used in: container-pool-conf
+-->
+<!ELEMENT Synchronized (#PCDATA)>
+
+<!--
   The number of millis to keep an unused object in the pool. Currently unused by
   JBoss EJB Pools.
 

Modified: projects/metadata/trunk/src/main/resources/dtd/jboss_5_0.dtd
===================================================================
--- projects/metadata/trunk/src/main/resources/dtd/jboss_5_0.dtd	2008-05-20 21:58:32 UTC (rev 73540)
+++ projects/metadata/trunk/src/main/resources/dtd/jboss_5_0.dtd	2008-05-20 22:17:16 UTC (rev 73541)
@@ -1478,8 +1478,8 @@
 
   Used in: container-configuration
 -->
-<!ELEMENT container-pool-conf (MinimumSize?, MaximumSize?,
-   strictMaximumSize?, strictTimeout?)>
+<!ELEMENT container-pool-conf ((MinimumSize?, MaximumSize?,
+   strictMaximumSize?, strictTimeout?) | Synchronized)>
 
 <!-- The theoretical minimum size of the pool. Currently unused by JBoss
 EJB pools.
@@ -1514,6 +1514,14 @@
 <!ELEMENT strictTimeout (#PCDATA)>
 
 <!--
+  Can be true or false.
+  Used in SingletonStatelessSessionInstancePool to synchronize access to the SLSB instance.
+
+  Used in: container-pool-conf
+-->
+<!ELEMENT Synchronized (#PCDATA)>
+
+<!--
   The number of millis to keep an unused object in the pool. Currently unused by
   JBoss EJB Pools.
 




More information about the jboss-cvs-commits mailing list