Error handling in-out operations while WAIT is put inside process
-----------------------------------------------------------------

                 Key: ODE-555
                 URL: https://issues.apache.org/jira/browse/ODE-555
             Project: ODE
          Issue Type: Bug
          Components: Axis2 Integration
    Affects Versions: 1.3.1
         Environment: tomcat 6.6, standard Derby configuration
            Reporter: Rafal Rusin
             Fix For: 1.3.1
         Attachments: npe.log, rejectingInvocation-soapui-project.xml

Scenario 1:
receive initiate
reply to initiate
wait 10 sec.  (here comes request for op1, it's saved to db)
receive op1
reply to op1

After reply I got 
ERROR - GeronimoLog.error(108) |
java.lang.NullPointerException
        at 
org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java:186)
(see npe.log)


Scenario 2:
receive initiate
reply to initiate
receive op1 (here comes request for op1, it's dispatched immediately)
wait 10 sec.  
reply to op1

Here, I had process completion, but timeout waiting for response in client

For both scenarios, please use the same soapui test case. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to