[jboss-user] [JBoss jBPM] - [ERROR] exception can't create a process instance when proce

mehdi_swatch do-not-reply at jboss.com
Thu Jan 11 12:29:41 EST 2007


hi everybody,

when I want to create a process with :


  | 		JbpmConfiguration jbpmconfiguration = JbpmConfiguration.getInstance();
  | 		JbpmContext jbpmContext = jbpmconfiguration.createJbpmContext();
  | 		try {		
  | ProcessInstance processInstance = jbpmContext.newProcessInstance("WorkflowNode");			
  | 		}finally{
  | 			jbpmContext.close();
  | 		}
  | 

hi give error : 
exception can't create a process instance when processDefinition is null.

thanks for your help.


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

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



More information about the jboss-user mailing list