Re: [JBoss-user] JBoss autocommit problem

2001-06-07 Thread Dexter Legaspi
dude, you have to provide more details (about your problem): are you using Bean-managed transaction or Container-managed? do you get this connection from a datasource used for loading and storing beans? if this is Container-managed then you shouldn't be calling setAutoCommit() for the jdbc co

Re: [JBoss-user] JBoss autocommit problem

2001-06-07 Thread danch
Khurrum Abdullah wrote: > Hi, > I have used connection.setAutoCommit(false) but when i call > homeinterface.create() in my client program, the results get commited > after the method call . I have tried the same code in weblogic but it > works fine. JBoss already sets autocommit off on all conne

[JBoss-user] JBoss autocommit problem

2001-06-07 Thread Khurrum Abdullah
Hi, I have used connection.setAutoCommit(false) but when i call homeinterface.create() in my client program, the results get commited after the method call . I have tried the same code in weblogic but it works fine. i am using jdbc oci 8, sql client 816, database nt 815, xadatasource jboss, sql t