Re: "java.sql.SQLException: Cannot disable AUTO_COMMIT" exception
Hi, Basically, EJB require RDBMS which support Transaction. Please make sure that your MySQL support Transaction. "Dataware Consulting Inc." wrote: > > Hi, > > I am getting "java.sql.SQLException: Cannot disable AUTO_COMMIT" exception > when using
"java.sql.SQLException: Cannot disable AUTO_COMMIT" exception
Hi, I am getting "java.sql.SQLException: Cannot disable AUTO_COMMIT" exception when using mySQL with Weblogic EJB (through org.gjt.mm.mysql.Driver JDBC driver). Can anybody help!! Thank you, Eric [EMAIL