Also, please make sure you registered Ignite's Spring Transaction Manager. As an example for Ignite and Spring Transaction you can check https://github.com/apache/ignite/tree/master/modules/spring/src/test/java/org/apache/ignite/transactions/spring
Thanks, Amir On Mon, Jan 29, 2018 at 9:38 AM, ezhuravlev <[email protected]> wrote: > Hi, > > I think now you need to start and commit transaction manually in your code: > em.getTransaction().begin(); > em.getTransaction().commit(); > > At least I've tried it some time ago and it worked. Please check this > example on github: > https://github.com/ezhuravl/ignite-eclipselink-example > > Evgenii > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Sincerely Yours Amir Akhmedov
