[
https://jira.jboss.org/jira/browse/JBPM-2581?page=com.atlassian.jira.plug...
]
Miguel Fossati commented on JBPM-2581:
--------------------------------------
Im afraid I have the same problem, this time with a fork and a direct transition to a
join.
The fork repeats one of its tasks.
Im providing a test (testForkAndJoin) and a process definition that reproduces the
problem.
After the forks evaluates all its transitions with its executions, it reaches te following
code in ExecuteActivity.perform(ExecutionImpl execution):
if (execution.getPropagation()==Propagation.UNSPECIFIED) {
execution.proceed();
}
in execution.proceed(), its again evaluates ths forks transitions.
Problems with nested Forks
---------------------------
Key: JBPM-2581
URL:
https://jira.jboss.org/jira/browse/JBPM-2581
Project: jBPM
Issue Type: Task
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
Priority: Critical
Attachments: a.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