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

2007-12-18 Thread Olivier.ch
Used this code in the java class LocalJbpmConfigurationFactoryBean of the spring for jbpm module : | JbpmConfiguration.Configs.setDefaultObjectFactory(objectFactory); | jbpmConfiguration = JbpmConfiguration.getInstance(); | View the original post : http://www.jboss.com/index.html?modu

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

2007-11-09 Thread kukeltje
changed what? ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103345#4103345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103345 ___ jboss-user mailing list jboss-user@li

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

2007-11-09 Thread Olivier.ch
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 co

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

2007-11-07 Thread Olivier.ch
I am steel in a dead end... I have my jbpm 3.2 , my jbpm.job.executor and my DbSchedulerServiceFactory defined on mya jbpm.cfg, my JobExecutorServlet defined on my web.xml and my timer on my task process but nothing seems to work ... Does somebody have any idea ? View the original post : htt

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

2007-10-31 Thread Olivier.ch
It's already un-commented : | | | | | | | Is it possible that my JobExecutor doesn't find my hibernate.cfg.xml file in spite of my process is correctly instanciated ? Everything works find ... except this JobExecutor and my timer. Can somebody exp

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

2007-10-30 Thread kukeltje
uncomment the reference to the script hbm file in the hibernate config View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100447#4100447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100447

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

2007-10-23 Thread Olivier.ch
I put my timer back on my task-node. I have a DBScheduler defined in my jbpm.cfg.xml I didn't have any jobscheduler, i just had this on my jbpm.cfg.xml : | | | | | | | | |

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

2007-10-23 Thread kukeltje
do you have a jobscheduler running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097874#4097874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097874 ___ jboss-user mailing

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

2007-10-23 Thread Olivier.ch
Yes there is a task. I have tried to set the timer on my task : | | | | | | | | | | | | | | | | |

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

2007-10-23 Thread kukeltje
do you have a task in the tasknode? You should otherwise it will go straightly through. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097802#4097802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097802 __