Re: SET TRANSACTION must be first statement of transaction

2005-01-24 Thread Raphael . X . Mankin%GSK
We are on Oracle 9.2.0/Linux. I am using oracle.jdbc.dirver.OracleDriver from ojdbc14.jar as the driver library wiith the 'thin' connection, and have been running without problems, at least none that were not of my own making, for close on a year. classes12.jar does not work at all for me. The

Re: SET TRANSACTION must be first statement of transaction

2005-01-24 Thread Thomas Fischer
Hi, [EMAIL PROTECTED] schrieb am 24.01.2005 10:40:01: We are on Oracle 9.2.0/Linux. I am using oracle.jdbc.dirver.OracleDriver from ojdbc14.jar as the driver library wiith the 'thin' connection, and have been running without problems, at least none that were not of my own making, for

Re: SET TRANSACTION must be first statement of transaction -- the real cause

2005-01-24 Thread Raphael . X . Mankin%GSK
Thre real cause of the problem turned out to be something silly that I had done. I had done a save() on a newly created object and then also done a doInsert(), afterthe PK had already been filled in. The doInsert() did NOT throw an exception or return any sort of an error. The Oracle error

Class Not Found: JDBC driver could not be loaded

2005-01-24 Thread [EMAIL PROTECTED]
Hi, I am trying the Turbine-Torque but I just can not get it to work. I have followed the example (bookstore) but I am receiving an error message when maven torque:create-db : BUILD FAILED File.. C:\Documents and Settings\JOSE\.maven\cache\maven-torque-plugin-3.1.1\plugin.jelly Element...

Re: Class Not Found: JDBC driver could not be loaded

2005-01-24 Thread Stefan Clos
I use torque.database.createUrl = jdbc:mysql://127.0.0.1/mysql maybe this solves your problem [EMAIL PROTECTED] schrieb: Hi, I am trying the Turbine-Torque but I just can not get it to work. I have followed the example (bookstore) but I am receiving an error message when maven torque:create-db :