避免使用已淘汰的 EJB 持續性 createInteraction 方法

此規則會標示使用的 com.ibm.websphere.ejbpersistence 中的 EJBToRAAdapter.createInteraction(javax.resource.cci.Connection conn) 方法。

此方法在 WebSphere Application Server 6.0 版中已淘汰。

請改用 createInteraction(javax.resource.cci.Connection conn, AccessIntent intent, java.util.HashMap properties) 方法。

請參閱 Knowledge Center 中的 EJBToRAAdapter Java 說明文件

Knowledge Center 中記載了完整的已淘汰的 API 清單。