This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Incomplete transaction in Sequence Generatoradrian.brock Nov 26, 2003 12:01 PM (in response to karumady)This is a MySQL issue. In particular make sure you are using 
 the table type that supports this.
 MySQL didn't even support transactions until recently.
 Also this is not a JCA problem.
 Regards,
 Adrian
- 
        2. Re: Incomplete transaction in Sequence Generatorkarumady Nov 27, 2003 5:28 AM (in response to karumady)hai Adrian, 
 thanks for ur response
 we r using InnoDB,
 and 98% of our transactions commit successfully.
 Since JBOSS begins the transaction,it should commit also, but here sometimes it shows some in-between commits and rollbacks in the
 MySQL query log.
 We just want to confirm that the problem is not from the JBOSS side, is it so??
 hoping comments
 
    