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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049969#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...