Its a strange behavior i am facing while using Activiti with Oracle. Activiti Version :5.19.0.2 Oracle : 10g
I executed the Activiti tables script which came along with the activiti war when i downloaded in Oracle. I have attached my standalone code as well.
Part of my process xml <process id=\"CqToJira\" name=\"CqToJira\" isExecutable=\"true\">
I am getting an execption Deployment::::::::::::eploymentEntity[id=7501, name=null] Exception in thread "main" org.activiti.engine.ActivitiObjectNotFoundException: no processes deployed with key 'CqtoJira'
But this program works well in MySQL. I am facing issue only with Oracle. I am not understanding it. Please help!!