[mashup-dev] [jira] Closed: (MASHUP-27) Unable to catch a fault in
a called service
Jonathan Marsh (JIRA)
jira at wso2.org
Thu Jun 7 09:36:15 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-27?page=all ]
Jonathan Marsh closed MASHUP-27.
--------------------------------
Exceptions seem to turn into faults correctly now.
> Unable to catch a fault in a called service
> -------------------------------------------
>
> Key: MASHUP-27
> URL: http://www.wso2.org/jira/browse/MASHUP-27
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Environment: 5/10 Nightly build; Vista
> Reporter: Jonathan Marsh
> Assigned To: Thilina Gunarathne
> Fix For: alpha_1
>
>
> When trying to use SOAP faults to communicate non-fatal errors, such as:
> try {
> var choices = storexml.retrieve("missing-property");
> } catch (e) {
> storexml.store("missing-property", <value/>);
> }
> // @import storexml.stub.e4x
> the exception generated by storexml.retreive() isn't caught - instead the whole service barfs.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list