[jboss-user] [JBoss jBPM] - Process Definition Deployment using ZipInputStream

@tul do-not-reply at jboss.com
Tue Jul 28 10:56:09 EDT 2009


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#4246488

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246488



More information about the jboss-user mailing list