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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to