spring ( Hibernate) Play 2, ( ) :
http://serverbabyblog.wordpress.com/2014/03/26/activiti-on-play-2-with-spring-and-hibernate-jpa-example/
, "Activiti".
Basically, I was forced to throw out jpa and jdbc plugins Play !. Replacing their functionality with well-known third-party open source organizations. Everything is fine. Play The JPA plugin is too narrow for my case.
As a result, the transaction, managed by the spring transaction manager and the whole example, works with spring JPA annotations (using Hibernate JPA). This is truly a cross-platform example, because you can take all the spring stuff and move from the game to other frameworks.
Good luck
source
share