Re: Hibernate Commit Advice doesn't work with InnoDB tables

2013-05-07 Thread Robert A. T. Káldy
On 05/07/2013 11:55 AM, Dmitry Gusev wrote: Make sure you've annotated your interfaces but not the implementations with @CommitAfter. Also try to remove last asterisk from @Match("*DAO*") to make it look like @Match("*DAO") Thanks, that solved it. Robert-Antonio -

Re: Hibernate Commit Advice doesn't work with InnoDB tables

2013-05-07 Thread Dmitry Gusev
Hi, MyISAM doesn't support transactions so there's nothing to commit or rollback. Make sure you've annotated your interfaces but not the implementations with @CommitAfter. Also try to remove last asterisk from @Match("*DAO*") to make it look like @Match("*DAO") On Tue, May 7, 2013 at 1:21 PM,