トランザクション・タイムアウトの秒数の定義に WebSphere 拡張を使用する

<trans-timeout-seconds>要素は,エンタプライズBeanのコンテナ開始トランザクションの最大継続時間を指定する。 コンテナ開始トランザクションの最大継続時間を指定する。 トランザクションが<trans-timeout-seconds>より長く続く場合、、 を超えると、 WebLogic の EJB コンテナは以前のトランザクション・バージョンに戻る。 このルールは WebLigic-specific <trans-timeout-seconds>要素を検出する。

weblogic-ejb-jar.xml
<weblogic-ejb-jar>
<weblogic-enterprise-bean>
<transaction-descriptor>
<trans-timeout-seconds>20</trans-timeout-seconds>
</transaction-descriptor>
...
</weblogic-enterprise-bean>
</weblogic-ejb-jar>

自動修正により、trans-timeout-seconds の値は、対応する 対応する WebSphere(R )アプリケーションサーバー 拡張ファイルに移行されます。