Thanks!
The persistence.xml started getting picked up after putting it in a MEAT-INF folder in the classpath.
I setup the new persistence.xml to point to mysql, but every time I restart my task server, I find my old pending task getting wiped off
from the db i.e. from the task table.
How can I prevent this and make sure that the human task assigned to a user is recoverable to the previous state on a server restart?
Thanks!