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
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
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