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

<trans-timeout-seconds> エレメントは、エンタープライズ Bean のコンテナー開始トランザクションの最大期間を指定します。 トランザクションが <trans-timeout-seconds> より長い場合、WebLogic の EJB コンテナーは前のトランザクションのバージョンに戻ります。 この規則は、WebLigic 固有の <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) Application Server の 拡張ファイルにマイグレーションします。