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>