[jboss-user] [Installation, Configuration & Deployment] - What is the default value of the <trans-attribute> in ejb-ja

rameshsr do-not-reply at jboss.com
Mon Nov 6 03:36:19 EST 2006


JBoss 3.2.7 allows me to NOT give the assembly-descriptor elements in the ejb-jar.xml file. If I don't provide the assembly-descriptor with the container-transaction for my EJB, what would be the *default* trans-attribute element value?

<assembly-descriptor>
<container-transaction>
         <!-- Can specify many methods at once here -->
         
            <ejb-name>EmployeeRecord</ejb-name>
            <method-name>*</method-name>
         
         <!-- NotSupported|Supports|Required|RequiresNew|Mandatory|Never -->
         <trans-attribute>Required</trans-attribute>
      </container-transaction>
</assembly-descriptor>


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

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



More information about the jboss-user mailing list