Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 607702 Details for
Bug 820031
Exception handling after SyncServiceInvoker fails
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Suggested fix for Branch JBESB_4_11_CP
BZ820031.patch (text/plain), 1.09 KB, created by
Jason Shepherd
on 2012-08-28 21:59:26 UTC
(
hide
)
Description:
Suggested fix for Branch JBESB_4_11_CP
Filename:
MIME Type:
Creator:
Jason Shepherd
Created:
2012-08-28 21:59:26 UTC
Size:
1.09 KB
patch
obsolete
>Index: rosetta/src/org/jboss/soa/esb/actions/SyncServiceInvoker.java >=================================================================== >--- rosetta/src/org/jboss/soa/esb/actions/SyncServiceInvoker.java (revision 38166) >+++ rosetta/src/org/jboss/soa/esb/actions/SyncServiceInvoker.java (working copy) >@@ -76,10 +76,6 @@ > > return serviceInvoker.deliverSync(message, timeout); > } catch (Exception e) { >- // No real need to reset the EPRs because the pipeline has already captured them, but >- // lets do it anyway... >- call.setFaultTo(faultTo); >- call.setReplyTo(replyTo); > > if (failOnException) { > throw new ActionProcessingException("Error delivering message to service '" + serviceInvoker.getService() + "'", e); >@@ -88,6 +84,8 @@ > return message; > } > } finally { >+ call.setFaultTo(faultTo); >+ call.setReplyTo(replyTo); > try { > if(txObject != null) { > TransactionStrategy.getTransactionStrategy(true).resume(txObject); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 820031
:
583845
| 607702