This rule flags the use of the com.ibm.websphere.rsadapter.WSConnectJDBCDataStoreHelper class and the com.ibm.websphere.rsadapter.DataStoreHelper.WSCONNECTJDBC_HELPER field that were removed. WebSphere Application Server Version 7.0 does not include the embedded WebSphere Connect JDBC driver for SQL Server. The binary application scanner does not flag references to the com.ibm.websphere.rsadapter.DataStoreHelper.WSCONNECTJDBC_HELPER field because the application binaries contain only the resolved integer value.
If you are using this JDBC driver, see the Migrating from the WebSphere Connect JDBC driver topic in the documentation.
If you migrate to the DataDirect Connect JDBC driver, use the ConnectJDBCDataStoreHelper . If you migrate to the Microsoft® SQL Server 2005 JDBC driver, use the MicrosoftSQLServerDataStoreHelper .
See the com.ibm.websphere.rsadapter Java API documentation for more information.