DO NOT REPLY [Bug 23249] New: - Igonring faults
| Newsgroups | gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23249>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23249
Igonring faults
Summary: Igonring faults
Product: Axis-WSIF
Version: current (nightly)
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Major
Priority: Other
Component: Basic Architecture
AssignedTo: [email protected]
ReportedBy: avir-XptLjKbtN0xWk0Htik3J/[email protected]
When an exception ocuured while trying to send a message, it catch the exception
but it ignore it and not reporting the exception.
I think that the problem is in:
class- WSIFOperation_ApacheAxis,
method- invokeAXISRPCStyle,
line- respOK = buildResponseMessages(response, outMsg, faultMsg);
this line suppose to be in the if (!isAsyncOperation()) scope and not in the
if (outputSOAPParts.size() > 0 || outputMIMEParts.size() > 0) scope.
When I change it for me it worked.