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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 20 06:32:14 EST 2006


Author: alex.loubyansky at jboss.com
Date: 2006-11-20 06:32:11 -0500 (Mon, 20 Nov 2006)
New Revision: 58641

Modified:
   trunk/server/src/resources/dtd/jboss-web_5_0.dtd
Log:
added some elements to the jboss-web used in the testsuite

Modified: trunk/server/src/resources/dtd/jboss-web_5_0.dtd
===================================================================
--- trunk/server/src/resources/dtd/jboss-web_5_0.dtd	2006-11-20 11:30:48 UTC (rev 58640)
+++ trunk/server/src/resources/dtd/jboss-web_5_0.dtd	2006-11-20 11:32:11 UTC (rev 58641)
@@ -19,7 +19,7 @@
    virtual-host*, use-session-cookies?, replication-config?, resource-env-ref*,
    resource-ref*, security-role*, ejb-ref*, ejb-local-ref*, 
    message-destination-ref*, message-destination*, 
-   service-ref*, depends*, servlet*)>
+   service-ref*, depends*, servlet*, max-active-sessions?, passivation-config?)>
 
 <!-- The class-loading element allows one to override the default class
 loading behavior of the web container. You can specify the
@@ -322,6 +322,7 @@
                     
 -->
 <!ELEMENT passivation-min-idle-time (#PCDATA)>
+<!ELEMENT passivation-max-idle-time (#PCDATA)>
 
 <!--
    HTTP Session clustering configuration (optional tags)




More information about the jboss-cvs-commits mailing list