[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-07 Thread tmu...@firstbest.com
Jobs that already ran do not run again. Here's the link to the jira... https://jira.jboss.org/jira/browse/JBPM-2308 Thanks for your help, Tom View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235858#4235858 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-07 Thread kukeltje
well, since you are part of the jBPM 'community', and you confirmed it works when changing 0 to 1, you might file a Jira issue. That is the way the 'jBPM group' is notified and take action. When that is done, I'll be more than happy to update the release notes. One question though. Jobs that al

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-05 Thread tmu...@firstbest.com
Yes, I did look at the code and the select statement and observed the same thing (that retries_ must be > 0 for a job to be considered acquirable). After changing the statement that migrates data from jbpm_timer to jbpm_job such that retries_ is set to 1 (instead of 0), my jobs ran (as required)

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-05 Thread kukeltje
The db migration script is from the moment that 3.2 GA became available. Might be that between 3.2 GA and 3.2.3 something changed in the jBPM code that makes it unusable as it is. >From the code (I assume you analysed that to) I see inital jobs get retries=1 >and the select statement does inde

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-05 Thread kukeltje
BUT TRY IT IN A TEST SYSTEM FIRST And use it at your own risk, I'm just a ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235701#4235701 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235701 __

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-05 Thread tmu...@firstbest.com
The release notes included in the jbpm-jpdl-3.2.3.zip file contain the very same SQL migration steps as those posted on source forge. So, my questions remain. And of upmost importance... - why is the retries_ column explicitly set to zero for all of the the records migrated from the jbpm_timer

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-04 Thread kukeltje
1: maybe because the db is different? 2: Everything on SF should be regarded as out-of-date I think. There indeed was an issue which was fixed in newer 3.2.x releases (afaik) 3: I've heard something like this before. Not realy sure, but it might require manual changes to those values. View the

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-04 Thread tmu...@firstbest.com
I just unpacked the jbpm-jpdl-3.2.3.zip file and was surprised to discover that the very same release notes distributed on sourceforge are included (in release.notes.html). So, what am I missing? Why are the tables created by hibernate (in a clean database) different than those created using the

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 -> 3.2.3 migration notes

2009-06-04 Thread tmu...@firstbest.com
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.