Hi,
Why don't you comment out the line,
<property name="hibernate.hbm2ddl.auto" value="create" />
after the first deployment?
Regarding the task service from the default ant script of jbpm, that attempts to insert users and groups, you can simply handle the exceptions with try catch in the code of the class DemoTaskService.java.