DO NOT REPLY [Bug 20845] New: - Invalid Exception handling within the WSIFJMSDestination.Send Method
| 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=20845>.
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=20845
Invalid Exception handling within the WSIFJMSDestination.Send Method
Summary: Invalid Exception handling within the
WSIFJMSDestination.Send Method
Product: Axis-WSIF
Version: current (nightly)
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Basic Architecture
AssignedTo: [email protected]
ReportedBy: [email protected]
When an exception occurs during the
sender = session.createSender(writeQ);
call within WSIFJMSDestination.send(Message msg, String id, boolean
setReplyTo) method, the catch block attempts to close the sender without
verifying that the sender is in fact set to null. In this case, the original
exception caused by the createSender() call will be lost.