cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Deployment not showing under Deployments Tab

skrish
Champ in-the-making
Champ in-the-making
Hi,

I have a .bar file generated using Eclipse plugin. When I deploy to Activiti Console, it is deploying good.
Here are the issue I am seeing:

1. When I do a http://localhost:8080/activiti-rest/service/repository/process-definitions, I see the out of box processes, i.e. createTimersProcess, oneTaskProcess…vacationRequest (Total of 6).
I don't see my deployment in the list.

2. Also, whenever, I restart my Tomcat server, my custom deployment is deleted and I have to deploy again.

The process Definition Tag:
<process id="myProcess" name="My process" isExecutable="true" activiti:candidateStarterUsers="kermit">

Please advice on resolutions for above issues. Attaching the SimpleServiceTask.txt (XML version of bpmn) for reference.

Thanks,
Siva
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
1. The rest application and explorer are not running on the same database by default. You need to point them to the same database, which brings us to point 2
2. By default, both explorer use an in memory database (NOT shared between the two). Use a 'real' database like Mylsq, postgtres, etc and point both to it.

skrish
Champ in-the-making
Champ in-the-making
Hi,

Thank you for the response!.
Any references that you can point to so that I can read through and implement while I google it out.

Thanks,
Siva