I found this in the 3.2.4 list of tasks to be done....

CMT transaction timeout overrides is done.

It is configured using method attributes in jboss.xml (values are in seconds), e.g.
Code:



  <enterprise-beans>
     
        <ejb-name>TxTimeout</ejb-name>
        <jndi-name>jbosstest/tm/TxTimeout</jndi-name>
        <method-attributes>
           
              <method-name>testOverriddenTimeoutExpires</method-name>
              <transaction-timeout>5</transaction-timeout>
           
           
              <method-name>testOverriddenTimeoutDoesNotExpire</method-name>
              <transaction-timeout>20</transaction-timeout>
           
         </method-attributes>
     
  </enterprise-beans>


        

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834546#3834546

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834546


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to