parvathy j a [
http://community.jboss.org/people/parvathy] created the discussion
"jbpm4.4 deployment problem"
To view the discussion, visit:
http://community.jboss.org/message/571202#571202
--------------------------------------------------------------
hi,
I was trying to deploy a jpdl as an input stream..itz getting deployed in the database and
values are coming in JBPM4_LOB and JBPM4_DEPLOYMENT table..but no value is coming in
JBPM4_DEPLOYPROP table..without value coming in that table how can i start my
process..bcoz there is no process definition id and process definition key..plz do respond
for this...
my code snippet is
File file = new
File("C:\\Parvathy\\CRM\\workspace\\examples\\src\\org\\jbpm\\examples\\customtask\\CustomTask.jpdl.xml");
InputStream input = new java.io.FileInputStream(file);
String deploymentId =
repositoryService.createDeployment().addResourceFromInputStream("CustomTask",
input).deploy();
Thanking you
Parvathy
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/571202#571202]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]