Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3888

ResponseDispatchImpl swallowing binding runtime exceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Java-SCA-2.0-Beta2
    • Java-SCA-2.0
    • SCA Java Runtime
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            simonslaws Simon Laws
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: