Hi Maciej,
the transactions are getting commited as far as application database transactions are concerned. I tried updating application database (this is different from the jBPM database) inside the EJB being called in a new thread. The updates to the that application database are getting commited properly. But the jBPM database is not updated. Is it the issue with hibernate or jBPM?
Please help!!