Hi,
I am using Hibernate to do the data base operations. its running on the weblogic server. I am getting the following error while trying to update a data to the DB
Please do let me know how do i solve this problem
java.sql.SQLException: Cannot call Connection.commit in distributed transaction. Transaction Manager will commit the resource manager when the distributed transaction is committed.
at weblogic.jdbc.wrapper.JTSConnection.commit(JTSConn ection.java:628)
at org.hibernate.transaction.JDBCTransaction.commitAn dResetAutoCommit(JDBCTransaction.java:119)
at org.hibernate.transaction.JDBCTransaction.commit(J DBCTransaction.java:95)


Reply With Quote