I wanted to know how to trace what code exactly caused the following warning in WebSphere.
WLTC0032W: One or more local transaction resources were rolled back during the cleanup of a LocalTransactionContainment.
In our application, we have a lot of classes from where we obtain a JNDI DataSource and execute SQL and I wanted to know is there a way by turning debug on in test environment to exactly pin-point the class that causes this warning. I am unable to find exception stack trace in SystemErr.log.