MySQL 3.23.25 doesn't support transactions with their standard-table models. You've
got to bind to Berkeley DB
(http://www.mysql.com/Downloads/db/db-3.1.17-patched.tar.gz) and create special
Berkeley-tables. IMHO there is no binary distribution available, yet. The whole thing
is beta.
tx.rollback() doesn't do anything (besides of throwing Exceptions ;) otherwise.
regards,
Andi
-----Urspr�ngliche Nachricht-----
Von: Kamen [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 28. September 2000 15:01
An: jBoss
Betreff: Re: [jBoss-User] Transaction support
I had just downloaded the 'org.gjt.mm.mysql.Driver' driver for mySQL server
which is suppopsed to be able to support transactions. I know that mySQL
doesn't support them directly instead they are using some workaround
techniques - probably this is what the driver does behind the scenes?
I'd be happy to get some more feedback about how this driver behaves under
the jboss framework - is there something special that I should be aware of
when I'm using it together with my BMP entity beans. I'm opening and closing
the connection on each bussiness call at the moment and with the Access
database I get RollbackException whenever I try to rollback.
Any suggestions ?
Regards,
Kamen
----- Original Message -----
From: "Christoph Sturm" <[EMAIL PROTECTED]>
To: "'jBoss'" <[EMAIL PROTECTED]>
Sent: Thursday, September 28, 2000 1:18 PM
Subject: AW: [jBoss-User] Transaction support
> I dunno about bit operations, but the only 2 opensource servers with
> transactions are Interbase and postgresql.(except from the pure java
> databases that are not recommended for production use.
>
> Interbase:
> http://www.interbase2000.org/
>
> postgresql:
> http://www.postgresql.org
>
> HTH
> -Chris
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]