Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.3.5
-
None
-
Apache ODE 1.3.5, Apache Tomcat 7.0.27
Description
Hi,
I got a very simple test:
On computer A a BPEL process invokes an asynchronous call to computer B. Afterwards it waits for 15 seconds. Furthermore an eventHandler is launched waiting for the response from B and throw an exception when activated.
B is an echo service which simply returns the string it gets.
Additionally I watch the network traffic using wireshark.
Because the computer standing next to each other there are no high reponse times. Therefore 15 seconds should be enough to receive the reply. I'd expected getting an exception everytime I call the BPEL process. But very often this doesn't happen. But everytime I get the answer from B (wireshark tells me).
So I guess there is a bug with the eventHandler?
Attachments
Attachments
Issue Links
- duplicates
-
ODE-1009 Event handler must be installed AFTER an initial start activity has been completed
- Open