According to IBM, WebSphere will throw this exception if setAutoCommit(false) was set on the connection and there was no explicit commit/rollback prior to the connection being closed.
You have three options:
1. Don't use setAutoCommit(false) -- at least not on selects
2. Explicitly call...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.