Michael Frembs created ODE-965:
----------------------------------

             Summary: eventHandler does often not receive a message
                 Key: ODE-965
                 URL: https://issues.apache.org/jira/browse/ODE-965
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
    Affects Versions: 1.3.5
         Environment: Apache ODE 1.3.5, Apache Tomcat 7.0.27
            Reporter: Michael Frembs


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?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to