2 Replies Latest reply on Feb 8, 2008 1:23 AM by debnathm

    Need jbpm database ?

    debnathm

      Hi

      Can we use the jbpm library without using the jbpm database schema ?
      In particular, with respect to subprocesses, it was found that a
      link needed to be established which tells JBPM to take the subprocess
      from a particular subprocess name. If a subprocess with the name
      does not exist, it will give an exception while executing the subprocess
      node.

      From some test cases of jbpm involving subprocesses, it appears that we
      always have to deploy the (main and sub) process definitions before using
      a subprocess. Is this true ? Does this imply we have to use the jbpm
      database schema for a generic process ?

      Is there any alternative way (other than perhaps using the database),
      such as an API which tells JBPM, what subprocess definitions to use ?

      Thanks,

      Debnath

        • 1. Re: Need jbpm database ?
          kukeltje

          - the subprocessresolver is pluggable.
          - main should become before sub if binding is not 'late' or left out
          - no database needed (see item 1)

          • 2. Re: Need jbpm database ?
            debnathm

            Hi

            As per your suggestion I have tried the sub-process resolver.

            I did not understand your comment:

            - main should become before sub if binding is not 'late' or left out


            Anyway, I ran into another problem which I have posted:

            http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129095

            I haven't yet found a solution for the above.

            What could be going wrong ?

            Thanks,

            Debnath