My project is using Hibernate 4. And I found the latest JBPM 5 is still built with Hibernate 3 (3.3.2). So the problem is in runtime, there are a lot of NoSuchMethodError thrown my newer version Hibernate 4 while loading JBPM classes.
Any suggestion how to resolve this kind of issue?