Looking at the stack trace seems like Task Server is configured to use that data source. Look for another persistence.xml (probably with org.jbpm.task persistence unit) at your classpath. Good place to start is com.sample.taskserver.HumanTaskStartupServlet.init
HTH