cancel
Showing results for 
Search instead for 
Did you mean: 

unable to deploy bpmn xml file

rakesh_world86
Champ in-the-making
Champ in-the-making
Hi ,
this xml deploy code in unable to deploy xml file . even this is not creating process definition entries after deployment..

this project is not a servlet application . this is only a core java application ..

in servlet , deployment is done successfully , but in core java application , this is not done…..

pls help me as soon as possible , what is the reason ?

activiti bpmn help is too short ..

<blockcode>
DeploymentBuilder builder = repositoryService.createDeployment();
builder.addInputStream("xyz", new FileInputStream("c:\\NewProcess.bpmn20.xml"));
builder.deploy();
</blockcode>
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
There is anything relevant in your log file ?