In the async programming model remove the need in the infrastructure for the
forward call to use exceptions to unwind the call stack
-------------------------------------------------------------------------------------------------------------------------------------
Key: TUSCANY-3785
URL: https://issues.apache.org/jira/browse/TUSCANY-3785
Project: Tuscany
Issue Type: Sub-task
Affects Versions: Java-SCA-2.0-Beta1
Environment: all
Reporter: Simon Laws
Fix For: Java-SCA-2.0
Currently the infrastructure uses exceptions to unwind the forward call of the
async interaction. This is not ideal we should look to using alternative
approaches, for example, returning a null message and having interceptors dela
with this. Each binding will have to take binding specific actions to unwind
the forward call as required.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.