You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2009/08/19 17:57:15 UTC

[jira] Updated: (ODE-555) Error handling in-out operations while WAIT is put inside process

     [ https://issues.apache.org/jira/browse/ODE-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert updated ODE-555:
------------------------------

    Fix Version/s:     (was: 1.3.3)
                   1.3.4

> 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.2
>         Environment: tomcat 6.6, standard Derby configuration
>            Reporter: Rafal Rusin
>             Fix For: 1.3.4
>
>         Attachments: npe.log, rejectingInvocation-soapui-project.xml, rejectingInvocationScenario1.zip, rejectingInvocationScenario2.zip
>
>
> 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.