Has anyone had any success at all using JBPM 4.3 or 4.4 with a LocalContainerEntityManagerFactoryBean instead of a LocalSessionFactoryBean?
I would like to use Spring's JPATransactionManager (NOT JTA) with a LocalContainerEntityManagerFactoryBean, but jBPM's SpringProcessContext assumes the use of a LocalSessionFactoryBean and HibernateTransactionManager.
Any pointers or tips on how to get this to work? Or is it just not possible?