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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 21 08:19:17 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-05-21 08:19:17 -0400 (Wed, 21 May 2008)
New Revision: 73548

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-5527

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	2008-05-21 11:52:02 UTC (rev 73547)
+++ branches/Branch_4_2/server/src/resources/dtd/jboss_4_0.dtd	2008-05-21 12:19:17 UTC (rev 73548)
@@ -1455,8 +1455,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.
@@ -1491,6 +1491,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: branches/Branch_4_2/server/src/resources/dtd/jboss_4_2.dtd
===================================================================
--- branches/Branch_4_2/server/src/resources/dtd/jboss_4_2.dtd	2008-05-21 11:52:02 UTC (rev 73547)
+++ branches/Branch_4_2/server/src/resources/dtd/jboss_4_2.dtd	2008-05-21 12:19:17 UTC (rev 73548)
@@ -1457,8 +1457,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.
@@ -1493,6 +1493,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