[ 
https://issues.apache.org/jira/browse/ODE-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995263#comment-12995263
 ] 

Gary Brown commented on ODE-913:
--------------------------------

Example message sent is:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:wsdl="http://www.jboss.org/bpel/examples/wsdl";>
   <soapenv:Header/>
   <soapenv:Body>
      <wsdl:hello>
         <TestPart>Hello</TestPart>
      </wsdl:hello>
   </soapenv:Body>
</soapenv:Envelope>

which results in a timeout.


> Termination handler in sub-scope does not appear to be called when parent 
> scope enters fault handler
> ----------------------------------------------------------------------------------------------------
>
>                 Key: ODE-913
>                 URL: https://issues.apache.org/jira/browse/ODE-913
>             Project: ODE
>          Issue Type: Bug
>    Affects Versions: 1.3.4
>            Reporter: Gary Brown
>         Attachments: termination.zip
>
>
> Attached is an example BPEL process that receives a 'hello world' request, 
> sets up a flow with two paths.
> First path waits for 10 seconds before returning a normal response message, 
> within a sub-scope that has a termination handler that if triggered would 
> return a normal response but with a 'terminated' message.
> Second path waits for 2 seconds before throwing an exception that should 
> trigger the parent scope to terminate the other scope.
> Not sure if this is related to ODE-181.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to