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