[JBoss jBPM] - timer in ear: nothing happens
by parszab
Hi!
I've seen quite a few enties about this, but none gave me a solution. I'm making an ear, with jbpm (3.3.1). The ear has the jbpm-enterprise.jar as a module, all EJB-s in that deploy properly (CommandServiceBean, TimerEntityBean etc.)
I use the default jbpm.cfg.xml, no changes there. That already contains the line:
| <service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
|
My timers are configured like this in the process definition:
| <create-timer duedate='10 seconds' transition='end' />
|
And nothing happens! :( Nothing triggers the timers. The actions are created and can be found in the DB, though.
Could someone please help me out: how can I make the scheduler service start, so my timers run properly?
Thanks a lot!
PSz
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249632#4249632
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249632
16 years, 7 months
[JBoss jBPM] - Question regarding ANT tasks in demo setup
by sebastian.s
Hello!
I might be overlooking something again but I've got a question regarding the demo setup included with jBPM 4.0. To set up some things for testing I wanted to use some of the ANT-tasks used in the demo setup. Unfortunately I can't find the task which unpacks jbpm-gpd-site.zip included with jBPM and installs it into Eclipse. In jbpm-4.0\gpd\build.xml I just found the parts where Eclipse is downloaded if needed and where it is unzipped.
So I decided not to use the ANT-task but when I tried to install the GPD manually via "Install new Software" in Eclipse I got the following error:
| An error occurred during the org.eclipse.equinox.internal.provisional.p2.engine.phases.CheckTrust phase.
| session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.CheckTrust, operand=, action=).
| Error reading signed content.
| The file "C:\eclipse\plugins\org.jboss.tools.flow.common_1.0.0.v200907072256.jar" does not exist
|
|
I am a bit confused because when I just used the demo setup like described in the docs everything including the GPD worked fine. Any hints?
Thanks!
Sebastian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249617#4249617
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249617
16 years, 7 months