3 Replies Latest reply on Jun 25, 2009 5:22 AM by kukeltje

    sub process deploy by console

    lpiccoli

      hi all,

      i have a sub process/inner process definition that are currently being deployed by the console app and using the 'binding="late"' attribute. Everything is working ok.

      However trying to deploy using the console app, (inner process first, then sub process definition) without the 'binding="late"' attribute, the inner definition is not found.

      Is the problem due to console application using different context objects for the deployment?

      Or is there a simply solution to deploying a sub process using the console?

      thanks

      -lp

        • 1. Re: sub process deploy by console
          kukeltje

          ??? You write some contradictory things... what is an inner process? The subprocess should be deployed first, then the main/parent process

          • 2. Re: sub process deploy by console
            lpiccoli

            ok my choice of description was crap.

            so to clarify;

            i deploy the sub-process definition followed by the parent process using the console application and it the sub process cant be found by the parent process.

            is that to be expected due to the standard console app using different contexts for deployment?

            any help is appreciated

            -lp

            • 3. Re: sub process deploy by console
              kukeltje

              Well, wouldn't call it crap, just a wrong choice of words and not in line with jbpm terminology ;-)... ok it was crap :-P

              Try deploying the subprocess then logging out, logging back in and deploy the parent process. If that works it could be e.g. cache related or something like that.