ResponseDispatchImpl swallowing binding runtime exceptions
----------------------------------------------------------
Key: TUSCANY-3888
URL: https://issues.apache.org/jira/browse/TUSCANY-3888
Project: Tuscany
Issue Type: Bug
Components: SCA Java Runtime
Affects Versions: Java-SCA-2.0-Beta2
Reporter: Simon Laws
Priority: Minor
Fix For: Java-SCA-2.0
ResponseDispatchImpl.sendResponse() sends the response off down the wire...
// Use response invoker if present
if( respInvoker != null ) {
respInvoker.invokeAsyncResponse(res, null);
return;
} // end if
But this doesn't do anything with a response message with an error in it
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira