Do not use the WebSphere UserTransactionWrapper class that was removed

This rule flags the use of the com.ibm.websphere.servlet.session.UserTransactionWrapper class that was removed in WebSphere Application Server version 7.0. This class is no longer available for use by applications. This rule scans for the use of this class in Java files.

You can store a UserTransaction object directly into the HTTP session without wrapping it in the removed class.

The documentation has a detailed list of the removed features in version 6.1. Go to the Removed features article and select Features removed in Version 7.0 to see the complete list. Comprehensive information for other versions of WebSphere is also available in that article.