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

<trans-timeout-seconds> エレメントは、エンタープライズ Bean のコンテナー開始トランザクションの最大期間を指定します。 トランザクションが <trans-timeout-seconds> より長い場合、WebLogic の EJB コンテナーは前のトランザクションのバージョンに戻ります。 この規則は、WebLigic 固有の <trans-timeout-seconds> エレメントを検出します。 weblogic-ejb-jar.xml

< Weblogic-ejb-jar>
< span class="indent"> < /span> < span class="indent"> < /span> < weblogic-enterprise-bean>
< span class="indent"> < /span> < span class="indent"> < /span> < span class="indent"> < /span> < transaction-descriptor>
<trans-timeout-seconds>20</trans-timeout-seconds>
</transaction-descriptor>
...
</weblogic-enterprise-bean>
</weblogic-ejb-jar>

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