Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-555

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3.2
    • 1.4
    • Axis2 Integration
    • 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

        1. rejectingInvocation-soapui-project.xml
          8 kB
          Rafal Rusin
        2. npe.log
          6 kB
          Rafal Rusin
        3. rejectingInvocationScenario1.zip
          3 kB
          Rafal Rusin
        4. rejectingInvocationScenario2.zip
          3 kB
          Rafal Rusin

        Issue Links

          Activity

            People

              rrusin Rafal Rusin
              rrusin Rafal Rusin
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: