Uploaded image for project: 'JBoss Metadata'
  1. JBoss Metadata
  2. JBMETA-345

Implement transaction timeout

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.0.0.Beta31
    • None
    • ejb
    • None

    Description

      Allow a transaction timeout to be specified when using contain transactions.

      <jboss:ejb-jar>
         <assembly-descriptor>
            <container-transaction>
               <method>
                  <ejb-name>A</ejb-name>
                  <method-name>*</method-name>
               </method>
               <trans-attribute>RequiresNew</trans-attribute>
               <tx:trans-timeout>
                  <tx:timeout>10</tx:timeout>
                  <tx:unit>Seconds</tx:unit>
               </tx:trans-timeout>
            </container-transaction>
         </assembly-descriptor>
      </jboss:ejb-jar>
      

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-cdewolf Carlo de Wolf
              rhn-engineering-cdewolf Carlo de Wolf
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: