cancel
Showing results for 
Search instead for 
Did you mean: 

'No Process Deployed with the Key Exception for Oracle'

chandanmb1
Champ on-the-rise
Champ on-the-rise
Hello All,

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::::::::::::Smiley Very HappyeploymentEntity[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!!

Regards,
Chandan

2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Chandan,

CqToJira  <-> CqtoJira
regards
Martin

Thank you Martin. It worked!!