User: starksm
Date: 01/06/29 11:00:34
Modified: src/resources/org/jboss/metadata jboss_2_4.dtd
Log:
Update container-pool-conf content model to:
((MaximumSize , MinimumSize) | Synchronized)
and add Synchronized element
Revision Changes Path
1.5 +19 -3 jboss/src/resources/org/jboss/metadata/jboss_2_4.dtd
Index: jboss_2_4.dtd
===================================================================
RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/metadata/jboss_2_4.dtd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jboss_2_4.dtd 2001/06/22 22:52:01 1.4
+++ jboss_2_4.dtd 2001/06/29 18:00:33 1.5
@@ -85,7 +85,7 @@
3- the deployer can specify runtime jndi names for resource managers.
-->
-<!ELEMENT jboss (enforce-ejb-restrictions? , security-domain? ,
unauthenticated-principal?, enterprise-beans? , resource-managers? ,
container-configurations?)>
+<!ELEMENT jboss (enforce-ejb-restrictions? , security-domain? ,
unauthenticated-principal? , enterprise-beans? , resource-managers? ,
container-configurations?)>
<!--
The enforce-ejb-restrictions element tells the container to enforce ejb1.1
restrictions
@@ -161,7 +161,7 @@
Used in: enterprise-beans
-->
-<!ELEMENT message-driven (ejb-name, destination-jndi-name, configuration-name? ,
security-proxy? , ejb-ref* , resource-ref* , resource-env-ref*)>
+<!ELEMENT message-driven (ejb-name , destination-jndi-name , configuration-name? ,
security-proxy? , ejb-ref* , resource-ref* , resource-env-ref*)>
<!--
The ejb-name element gives the name of the bean, it must correspond to
@@ -190,6 +190,7 @@
Used in: entity, session, and message-driven
-->
<!ELEMENT configuration-name (#PCDATA)>
+
<!ELEMENT destination-jndi-name (#PCDATA)>
<!-- The security-proxy gives the class name of the security proxy implementation.
@@ -587,8 +588,11 @@
Used in: container-invoker-conf for JRMPContainerInvoker
-->
<!ELEMENT RMIServerSocketFactory (#PCDATA)>
+
<!ELEMENT JMSProviderAdapterJNDI (#PCDATA)>
+
<!ELEMENT ServerSessionPoolFactoryJNDI (#PCDATA)>
+
<!ELEMENT MaxMessages (#PCDATA)>
<!--
@@ -690,7 +694,7 @@
Used in: container-configuration
-->
-<!ELEMENT container-pool-conf (MaximumSize , MinimumSize)>
+<!ELEMENT container-pool-conf ((MaximumSize , MinimumSize) | Synchronized)>
<!--
This element is only valid if the instance pool is a subclass of
@@ -713,6 +717,18 @@
Used in: container-pool-conf for AbstractInstancePool subclasses
-->
<!ELEMENT MinimumSize (#PCDATA)>
+
+<!--
+ This element is only valid if the instance pool is
+StatelessSessionInstancePool.
+
+ The Synchronized element instructs the the pool to synchronize
+calls to the Session bean.
+ Its value must be true or false.
+
+ Used in: container-pool-conf for StatelessSessionInstancePool
+ -->
+<!ELEMENT Synchronized (#PCDATA)>
<!--
This option is only used for entity container configurations.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development