1 Reply Latest reply on Jul 23, 2008 12:04 PM by kukeltje

    sub process question

    gfuhr

      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)