[jboss-user] [JBoss jBPM] - sub process question

gfuhr do-not-reply at jboss.com
Wed Jul 23 11:27:45 EDT 2008


Hi ... I'm new to jbpm, and I have a question about subprocess...

I have two process defined in diferent files (call them A and B). I want to use A as subprocess of B.

I dont want to use persistence ... so I write a code to put both process in a context.

For each processDefinition file I do:

ProcessDefinition processDefinition = ProcessDefinition.parseXmlInputStream(Thread
             .currentThread().getContextClassLoader().getResourceAsStream(processFile));
context.deployProcessDefinition(processDefinition);

When the VM executes the context.deploy line, I get the following error:
No connection properties specified - the user must supply JDBC connections

please, tell me if i'm doing something wrong.

Thanks in advance, (and sorry by my basic english)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166191#4166191

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



More information about the jboss-user mailing list