java - How to deploy a jBPM (jBPM3) project which generates processdefinition.xml file programmatically? -


deploying jbpm project seems easy using eclipse when use designer tool generate processdefinition.xml file. but, wanted generate processdefinition.xml using java. when tried so, works fine, not able deploy directly.

as there no deployment option shown in eclipse. how deploy ?

use below method 3.2.x in code..

deployprocessdefinition(processdefinition processdefinition) {   getgraphsession().deployprocessdefinition(processdefinition); } 

Comments

Popular posts from this blog

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

javascript - Create websocket without connecting -

sharepoint - Accessing files across a shared directory using a Windows service -