[
https://jira.jboss.org/jira/browse/JBPM-2581?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-2581:
-----------------------------------
alejandro,
probably this will be fixed by another fix that we will apply today. look at ForkActivity
line 77-80. we added the execution.end()
} else if (Execution.STATE_ACTIVE_CONCURRENT.equals(execution.getState())) {
concurrentRoot = execution.getParent();
execution.end();
}
in case of nested forks that gave a problem. we see in the process here that there are
nested forks. so create a test and probably this will run successfully.
Problems with nested Forks
---------------------------
Key: JBPM-2581
URL:
https://jira.jboss.org/jira/browse/JBPM-2581
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.1, jBPM 4.0
Environment: Windows xp, Eclipse galileo and jbpm integred with spring and
hibernate.
Reporter: Sebastian Castellanos
Assignee: Alejandro Guizar
Fix For: jBPM 4.4
Attachments: a.jpdl.xml, TestForkAndJoin.java, testForkAndJoin.jpdl.xml
Original Estimate: 3 days
Remaining Estimate: 3 days
First off, I apologize for not having made the unit tests, but do not have time at the
moment and I think it is a conceptual problem and a unit test would not provide much.
I am integrating jBPM version 4.1 and it proves there too.
The situation is this:
When launched a nested Fork1 another in the second Fork repeats one of its tasks.
In the xml it becomes clear what the situation.
Maybe it is a conceptual issue, and I who is mishandled.
I would be grateful if I can help, as I searched in different places this situation and
found no alternative but to post it here.
Greetings.
Sebastian.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira