User: biorn_steedom
Date: 01/04/20 16:19:38
Modified: src/resources/org/jboss/metadata jboss.dtd
Log:
Removed old references to removed classes and added the new element for timeout of
stateful beans.
Revision Changes Path
1.6 +5 -5 jboss/src/resources/org/jboss/metadata/jboss.dtd
Index: jboss.dtd
===================================================================
RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/metadata/jboss.dtd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jboss.dtd 2001/03/21 23:03:53 1.5
+++ jboss.dtd 2001/04/20 23:19:38 1.6
@@ -540,10 +540,6 @@
it is passed to the instance cache instance (if it implements
org.jboss.metadata.XmlLoadable) for it to load its parameters.
- The default instance caches, NoPassivationEntityInstanceCache and
- NoPassivationStatefulSessionInstanceCache, have no configuration
- available.
-
Used in: container-configuration
-->
<!ELEMENT container-cache-conf (cache-policy? , cache-policy-conf?)>
@@ -559,10 +555,14 @@
<!--
The configuration settings for the selected cache policy. This
is currently only valid for the LRU cache.
+ When the cache is the LRU one for the stateful container, the elements
+ remover-period and max-bean-life specifies the period of the remover
+ task that removes stateful beans (that normally have been passivated)
+ that have age greater than the specified max-bean-life element.
Used in: container-cache-conf (when cache-policy is the LRU cache)
-->
-<!ELEMENT cache-policy-conf (min-capacity , max-capacity , overager-period ,
resizer-period , max-bean-age , max-cache-miss-period , min-cache-miss-period ,
cache-load-factor)>
+<!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)>
<!--
The minimum capacity of this cache
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development