Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by margorp

  1. margorp

    encountering WorkRolledbackException

    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...

Part and Inventory Search

Back
Top