This is due to by default jbpm relies on JPA 1.0 where JBoss AS7 provides by default support for JPA 2.0 based on hibernate4. You could configure jbpm to use JPA 2.0 and then uncomment JPA subsystem in server's configuration file. Here you can find some hints how to proceed with this.
HTH