This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: max-bean-life and max-bean-agevanitas Jul 1, 2003 2:27 PM (in response to sradford)According to the jboss_3_2.dtd: 
 ---
 <!--
 The age after which a bean is automatically passivated
 -->
 <!ELEMENT max-bean-age (#PCDATA)>
 ---
 and
 ---
 <!--
 The 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.
 -->
 <!ELEMENT max-bean-life (#PCDATA)>
 ---
 best regards,
 greg
 
    