Avoid using the deprecated ExtendedJTATransaction method registerSynchronizationCallbackForCurrentTran

This rule detects and flags the method registerSynchronizationCallbackForCurrentTran in the class com.ibm.websphere.jtaextensions.ExtendedJTATransaction. This method was deprecated in version 7.0.

Use the registerInterposedSynchronization method of the javax.transaction.TransactionSynchronizationRegistry interface instead.

For additional interface information, see the