Monday, June 4, 2012

how to set transaction age in the EJB

in the server specific configuration xml file

like

weblogic-ejb-jar.xml

check this structure



<transaction-descriptor>
      <trans-timeout-seconds>0</trans-timeout-seconds>
    </transaction-descriptor>




No comments:

Post a Comment