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/
