1 Reply Latest reply on Feb 17, 2006 3:46 AM by koen.aers

    processdeployer

    edgarpoce

      hi

      According to the docs new process definitions can be deployed programatically with the class org.jbpm.jpdl.par.ProcessArchiveDeployer. The problem is that I can't find it in the classpath :(, was it removed in jbpm 3.1?

      thanks in advance,
      edgar

        • 1. Re: processdeployer
          koen.aers

          Hi Edgar,

          Yes, the class ProcessArchiveDeployer does not exist anymore. You still can do it with the 'deployProcessDefinition()' method in JbpmContext. For an example, have a look at the 'deploy()' method in the 'org.jbpm.ant.DeployProcessTask' class.

          Regards,
          Koen