[jboss-user] [JBoss jBPM] - Re: Timer Task never fired

Olivier.ch do-not-reply at jboss.com
Fri Nov 9 08:48:19 EST 2007


I found the solution....

I am using the spring_module for jbpm3.1.  with jbpm3.2.1 
The problem is in the LocalJbpmConfigurationFactoryBean of the module.
This class instanciate the jbpmConfiguration but the problem is that it uses only a new JbpmConfiguration(ObjectFactory)  to instanciate my configuration.

This methode doesn't put this instanciation on the jbpmConfiguration's ObjectFactory. 

The JobExecutor use this ObjectFactory to get the JbpmConfiguration ... Then if you don't modify this module sources it won't work ....

I changed this :



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103248#4103248

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103248



More information about the jboss-user mailing list