Re: [SQL] java.lang.StringIndexOutOfBoundsException: String index

2004-01-30 Thread Achilleus Mantzios
O kyrios [EMAIL PROTECTED] egrapse stis Jan 29, 2004 : > Now i a get another wierd error > > DEBUG] Transaction - -called safeRollback with null argument > java.sql.SQLException: ERROR: SET AUTOCOMMIT TO OFF is no longer supported > at org.postgresql.core.QueryExecutor.execute(QueryExecu

Re: [SQL] java.lang.StringIndexOutOfBoundsException: String index

2004-01-29 Thread Josh Berkus
Mohan, > DEBUG] Transaction - -called safeRollback with null argument > java.sql.SQLException: ERROR: SET AUTOCOMMIT TO OFF is no longer supported > at This is because "SET AUTOCOMMIT TO OFF" *is* no longer supported. Are you sure that you have the latest JDBC? Also, this should be o

Re: [SQL] java.lang.StringIndexOutOfBoundsException: String index

2004-01-29 Thread mohan
Now i a get another wierd error DEBUG] Transaction - -called safeRollback with null argument java.sql.SQLException: ERROR: SET AUTOCOMMIT TO OFF is no longer supported at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131) at org.postgresql.jdbc1.AbstractJdbc1Connect

Re: [SQL] java.lang.StringIndexOutOfBoundsException: String index

2004-01-29 Thread Achilleus Mantzios
O kyrios [EMAIL PROTECTED] egrapse stis Jan 29, 2004 : > Hi All > > I am having the torque3.1.jar and postgresql-7.4. I have compiled the new > jdbc driver called as postgresql.jar and have placed it in the lib > directory from where the ant scripts catch the jars. Whenever i try to > access thro