[JBoss-user] Rollback failed

2002-05-20 Thread Boris Tamarkin
Title: Rollback failed Jboss 3.0.0RC3 Database Mysql with jdbc driver mm.mysql-2.0.13-bin.jar (that included in lib directory of jboss) Session Bean bean1 with transaction type "Required" calls to Entity Bean CMP2 bean2 that has transaction type "Supports". Flow happens inside of method: 1. b

Re: [JBoss-user] Rollback failed

2002-05-21 Thread Alex Loubyansky
Hello Boris, I guess, it's MySQL problem. I haven't got MySQL handling rollbacks and even don't know whether it's able to do it. Tuesday, May 21, 2002, 5:29:54 AM, you wrote: BT> Jboss 3.0.0RC3 BT> Database Mysql with jdbc driver mm.mysql-2.0.13-bin.jar (that included in BT> lib directory of jb

RE: [JBoss-user] Rollback failed

2002-05-21 Thread JD Brennan
Title: RE: [JBoss-user] Rollback failed I think MySQL uses ISAM tables by default which don't support transactions (and therefore don't support rollback).  If you use INNODB tables with MySQL you should be able to do transactions and rollback. JD -Original Message-

Re[2]: [JBoss-user] Rollback failed

2002-05-21 Thread Alex Loubyansky
Hello Alex, This http://www.innodb.com/howtouse.html says it's possible :) Good luck, alex Tuesday, May 21, 2002, 10:15:02 AM, you wrote: AL> Hello Boris, AL> I guess, it's MySQL problem. I haven't got MySQL handling rollbacks AL> and even don't know whether it's able to do it. AL> Tuesday,