Hi all,
I am running jBPM 3.2.6 as a standalone java application on top of MySQL (not a web application). I need to run a process with timers. For this purpose, a scheduler needs to be running.
However, SchedulerMain (basically two packages org.jbpm.scheduler.impl and org.jbpm.scheduler.exe) have been removed from JBPM 3.2.x. I found these packages in earlier version of jBPM 3.1.4, however, they do not work with 3.2.6 code, as other needed functions such as jbpmContext.getSchedulerSession(); that does not exist in 3.2.6 anymore.
Any idea whether a new version of SchedulerMain exists that works with 3.2.6 or on how to get a scheduler started in a separate JVM (as advised in the documentation) that works with 3.2.6?
Many thanks,
Hamid
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235499#4235499
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235499
Oh, I should have stated some of the discrepancies found between the table created following the sourceforge migration notes and the table created by Hibernate.
1. The duedate_ is created as a timestamp column in the "sourceforge" database while it is a datetime column in the "hibernate" table.
2. The sourceforge database does not include the appropriate foreign keys from the jbpm_job table.
3. All of the records migrated from the jbpm_timer table to the jbpm_job table result in a retries_ value of 0 (which renders the unacquirable).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235467#4235467
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235467
I am also very surprised. i am waiting many minutes between the two deployments. I am doing the deployment with the tab 'Deployment' of the GPD in Eclipse.
I get the message, that deployment was successful.
Then i create in the jsf administration console a new process instance of the main process, go to Tokens and signal the token ...
without binding = late i get the error.
i delete my jboss, i delete my jbpm, make a new installation of all but the error ist still there ...
I have no idea ....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235414#4235414
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235414
Sorry, i try to search in google, but there is nothing to find about sub processes in JBPM in the world wide web.
If i set the attribute binding to late, it works.
<sub-process name="subProcess" binding="late"/>
But it works not, if these attribute binding is not set.
I have installed a new jboss 4.2.1, a new JBPM 3.2.6 SP1
i deploy first the sub process and then the main process.
I have no errors during deployment.
Try it out und look ..
I think this is really a bug ...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235390#4235390
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235390