About Question enthuware.oce-ejbd.v6.2.467 :
Posted: Wed Aug 14, 2013 6:32 am
Hi,
Sorry, I got confused...
Thanks in advance!
Kenneth
Is this not transaction attribute which is overriden by the specified XML DD in the question?Remember that values in XML deployment descriptor always override the values specified in annotations (except structural information such as bean type and transaction attributes, which cannot be changed by the deployment descriptor.)
Code: Select all
<container-transaction>
<method>
<ejb-name>MySessionBean</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>NotSupported</trans-attribute>
</container-transaction>

Thanks in advance!
Kenneth