Re: [JBoss-user] Rollback for batch inserts fail

2004-05-27 Thread Adrian Brock
Please try the latest and greatest before posting. Fixed in 3.2.2+ (7 months ago) http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/Attic/WrappedConnection.jpp See revision 1.1.2.9 You are more likely to get an answer if you post in the forums. On Thu,

[JBoss-user] Rollback for batch inserts fail

2004-05-27 Thread Petropoulos Vasilis ([EMAIL PROTECTED])
Hi, I am using a batch sentence to insert some rows in one table. Although i rollback this process, rows are writen in my database. I am using JBoss 3.2.1 and my database is Oracle. Any suggestions? Context ctx = null; DataSource ds = null; java.sql.Connection dbConnection