Update of /cvsroot/xdoclet/xdoclet/modules/bea/src/META-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17031/META-INF

Modified Files:
        xtags.xml 
Log Message:
Add session-timeout-seconds support (XDT-1569).  Thanks to Eric Fenderbosch
for patch.

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/bea/src/META-INF/xtags.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** xtags.xml   23 May 2005 14:45:20 -0000      1.21
--- xtags.xml   14 Jan 2006 14:56:05 -0000      1.22
***************
*** 462,465 ****
--- 462,487 ----
          </parameter>
          <parameter type="int">
+           <name>session-timeout-seconds</name>
+           <usage-description>
+             The stateful session beans that are passivated to the disk
+             will stay alive for this many seconds. After this interval,
+             the passivated beans will be removed from the disk.
+             Since: WebLogic Server 6.1 sp5, 7.0 sp3
+             Default value: 600
+           </usage-description>
+           <mandatory>false</mandatory>
+           <condition-description>Stateful Session 
beans</condition-description>
+           <condition type="and">
+           <condition type="type">
+             <condition-parameter>javax.ejb.SessionBean</condition-parameter>
+           </condition>
+             <condition type="tag-param">
+               <condition-parameter>ejb.bean</condition-parameter>
+               <condition-parameter>type</condition-parameter>
+               <condition-parameter>Stateful</condition-parameter>
+             </condition>
+           </condition>
+         </parameter>
+         <parameter type="int">
            <name>read-timeout-seconds</name>
            <usage-description>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to