Right. that worked. I'm now getting:
java.lang.ClassNotFoundException: javax.persistence.EntityManager
My project is a non-jpa hibernate project and doesnt use an Entity Manager. Can I manually add all the jbpm entities to my hibernate config file to get around this?
Thanks for your help.