Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3.2
-
tomcat 6.6, standard Derby configuration
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
ODE-556 Rejecting in-out operations immediately when there's no route found
- Resolved