0 Replies Latest reply on Sep 25, 2007 1:27 PM by mckanth

    Configuration of JobExecutor in Spring

    mckanth

      Hi,
      I have tried to configure JobExecutor in Spring as follows













      and
      <bean id="x.threads"
      class="com.x.y.z.util.JbpmThreadsStarter"
      init-method="init" destroy-method="destroy">



      but I get the exception property jbpmConfiguration is not writable in JobExecutor since there are no setter methods for those properties.

      Is there any alternative to getting this working. configuring JobExecutor?

      Thanks
      mck