Pick not unregistered after manual process termination
------------------------------------------------------
Key: ODE-304
URL: https://issues.apache.org/jira/browse/ODE-304
Project: ODE
Issue Type: Bug
Components: BPEL Runtime
Affects Versions: 1.1.1
Environment: J2EE war ODE 1.1.1, JBI ODE 1.2
Reporter: Rafal Rusin
I've got a following process (simplified):
1.<receive correlation=cid createInstance="yes"/>
2.<pick correlation=cid/>
I send a message with cid=100, process goes to 2. and I run terminate from
management API.
Then I send again message with cid=100 to it and it hangs with no response.
It seems like a correlation 100 is still assigned to a terminated process
instead of being released. So the message goes to a terminated process.
Regards
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.