Hi friends,
I am working with JPA to create Table in Mysql and insert record ,
With Activiti i am storing all process in H2 table. and my Persional Data will be stored in MYSQl, so here i am working with two database at same time.
i have set all configuration in my eclipse project. and when i tried to test it it work fine, it inserting data in both databse.
But when i deploy it to activiti explorer and when i start process, it is not inseting data in mysql.
persistanceManager is giving me null pointer exception.
Please help me.