This rule flags the use deprecated Connector Architecture interfaces:
The rule scans for any reference to these interfaces.
The functionality of these interfaces is replaced by the J2EE Connector Architecture.
Specifically, the interface com.ibm.websphere.j2c.ConnectionManager is replaced by javax.resource.spi.LazyAssociatableConnectionManager.
The interface, com.ibm.websphere.j2c.ConnectionEventListener is replaced by javax.resource.spi.LazyEnlistableConnectionManager.
See the javax.resource.spi package documentation for more information.
The Deprecated features list is in the documentation.