[JBoss jBPM] - Re: Bugs in GPD jBPM 3.2.6.SP1
by koen.aers@jboss.com
This is actually not really a GPD issue but an issue with the runtime. The runtime publishes information (contained in the version.info.xml file and some other locations) on which the GPD relies to create the project and the sample files.
The problem is that this file was moved and that the info was not kept up to date by Thomas at the moment when he restructured the project and it's build.
So far the explanation. As for the solution, I can build one hundred new GPD releases but as long as these are going to be used with the flawed runtime release the problem is goint to persist. So either the runtime needs to be patched per the described procedure or the GPD has to be used with a runtime release that publishes the correct information. If you guys know of any runtime that produces the flaw please report it in JIRA with the correct versioning information.
Regards,
Koen
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226646#4226646
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226646
16 years, 11 months
[JBoss jBPM] - Mutiple timers in a task node problem
by Tal
Hello,
I'm adding a timer on a task node, and attaching the timer to an action with an expression,
Then I'm adding another timer (with another action as an expression) to the same node,
When I'm creating an instance of the deployed process, and looking on the task node, two jobs are created in the jbpm_job table,
yet only one of them contains a value for GRAPHELEMENTTYPE_ and GRAPHELEMENT_ and the other contains nulls in both fields,
When the due date of the first has arrived, the action is executed and the job is deleted from the table as expected,
When the due date of the second arrives, it is deleted from the table yet the action not being executed,
What could be the reason for that? do I have any configuration problem or it is a bug?
I tried using the latest jbpm-jpdl snapshot, same behavior,
Many thanks,
Tal.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226644#4226644
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226644
16 years, 11 months