Pete, I fixed it by implementing my own version of org.jbpm.persistence.db.DbPersistenceServiceFactory and properly configuring jbpm.xfg.xml. In my case jBPM persistence is configured to use EntityManagerFactory, I use sessionFactoryJndiName property to point to it. Original DbPersistenceServiceFactory eats just Hibernate's SessionFactory and knows nothing about JPA.
Relying on Hibernate only is something disappointing about jBPM Persistence. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078107#4078107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078107 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
