You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2009/04/28 11:10:30 UTC

[jira] Created: (TUSCANY-2995) BPEL error handling causes tests to block

BPEL error handling causes tests to block
-----------------------------------------

                 Key: TUSCANY-2995
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2995
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA BPEL Implementation Extension
    Affects Versions: Java-SCA-Next
         Environment: All
            Reporter: Simon Laws


In a recent change to holder processing a Java component that a BPEL component referred to was returning an exception a invoke time (http://www.mail-archive.com/dev%40tuscany.apache.org/msg06815.html). When handling the error the BPEL implementation infrastructure tries to return the error but the result is that it blocks and the test doesn't complete. In this particular case the BPEL process defined no error handling and the WSDL interfaces described no faults that could be returned. It's not clear whether the BPEL extension handles errors properly when defined an how we should deal with errors in this default case. Needs more invetigation and tests in the BPEL extension. 

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


[jira] Resolved: (TUSCANY-2995) BPEL error handling causes tests to block

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-2995.
--------------------------------------

    Resolution: Fixed

Fixed in both 1.x and 2.x by adding timeout when trying to retrieve message invocation result to avoid blocking.

> BPEL error handling causes tests to block
> -----------------------------------------
>
>                 Key: TUSCANY-2995
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2995
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA BPEL Implementation Extension
>    Affects Versions: Java-SCA-Next
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-2.0, Java-SCA-Next
>
>
> In a recent change to holder processing a Java component that a BPEL component referred to was returning an exception a invoke time (http://www.mail-archive.com/dev%40tuscany.apache.org/msg06815.html). When handling the error the BPEL implementation infrastructure tries to return the error but the result is that it blocks and the test doesn't complete. In this particular case the BPEL process defined no error handling and the WSDL interfaces described no faults that could be returned. It's not clear whether the BPEL extension handles errors properly when defined an how we should deal with errors in this default case. Needs more invetigation and tests in the BPEL extension. 

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


[jira] Updated: (TUSCANY-2995) BPEL error handling causes tests to block

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende updated TUSCANY-2995:
-------------------------------------

    Fix Version/s: Java-SCA-Next
                   Java-SCA-2.0
         Assignee: Luciano Resende

> BPEL error handling causes tests to block
> -----------------------------------------
>
>                 Key: TUSCANY-2995
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2995
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA BPEL Implementation Extension
>    Affects Versions: Java-SCA-Next
>         Environment: All
>            Reporter: Simon Laws
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-2.0, Java-SCA-Next
>
>
> In a recent change to holder processing a Java component that a BPEL component referred to was returning an exception a invoke time (http://www.mail-archive.com/dev%40tuscany.apache.org/msg06815.html). When handling the error the BPEL implementation infrastructure tries to return the error but the result is that it blocks and the test doesn't complete. In this particular case the BPEL process defined no error handling and the WSDL interfaces described no faults that could be returned. It's not clear whether the BPEL extension handles errors properly when defined an how we should deal with errors in this default case. Needs more invetigation and tests in the BPEL extension. 

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