I have problem with using EntityManager.persist(Object) method. Now when i get rid of other problems, by app work without Exception but object is not put in my data
EntityManager.persist(Object)
solved my problem using
org.springframework.transaction.jta.JtaTransactionManager
hope this work!