You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the class SmsSendHandler in the sms-http module, if an incorrect response is
returned from the HTTP request, the module throws an
SmsDeliveryFailureException. However, this is uncatchable by implementers and
is not handled anywhere in the platform or sms-http module. Sms-http listens on
SEND_SMS events. An implementer calls the service provided by the sms-api
module, which raises the SEND_SMS event and that is shuttled to a JMS queue
which is sent back in to the ServerEventRelay, so the implementer is unable to
access exceptions the http module throws. An alternative would be to raise a
new event indicating the response was incorrect.
Original issue reported on code.google.com by [email protected] on 1 Feb 2012 at 8:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Feb 2012 at 8:03The text was updated successfully, but these errors were encountered: