Hi All,
I am trying to deploy process definition file (*.jpdl.xml) by following command .
ZipInputStream input = new ZipInputStream(new ByteArrayInputStream(bytes));
deploymentId = repositoryService.createDeployment()
.addResourcesFromZipInputStream(input)
.deploy();
after deploying the process when i try to find that process definition by using deployment
Id. I does not get the process object. When i checked the database i was found entry in
JBPM4_DEPLOYMENT table with deployment ID.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246488#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...