0 Replies Latest reply on May 31, 2007 12:50 AM by pirx

    Configuration of JobExecutor

    pirx

      I have some problems configuring and starting the JobExecutor-Thread. Looking into the examples, there is some configuration looking like:

      <bean name="jbpm.job.executor" class="org.jbpm.job.executor.JobExecutor">
      
       <field name="jbpmConfiguration"><ref bean="jbpmConfiguration" /></field>
      
       <!-- .... -->
      </bean>
      


      However, when using this literally in my jbpm.cfg (using jbpm.3 from CVS Head), is always null. Furthermore, putting in the JbpmConfiguration after instanstiation is easy since there is no setter (you need some java reflection to access the protected field)

      Probably I missed something fundamental here. Please can tell me somebody how to properly configure the JobExecutor ?

      thanks...

      ...roland