You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2015/01/28 22:20:57 UTC

[3/6] qpid-jms git commit: Fix typo

Fix typo

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b6fb22ce
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/b6fb22ce
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/b6fb22ce

Branch: refs/heads/master
Commit: b6fb22ceeb1cb093f7d2cbffbcd86b9d4d96f491
Parents: f0b1e90
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed Jan 28 14:17:24 2015 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Wed Jan 28 14:17:24 2015 -0500

----------------------------------------------------------------------
 .../org/apache/qpid/jms/provider/failover/FailoverProvider.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/b6fb22ce/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
index 20d8b56..5950233 100644
--- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
+++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/failover/FailoverProvider.java
@@ -814,7 +814,7 @@ public class FailoverProvider extends DefaultProviderListener implements Provide
                     requests.remove(id);
                     getWrappedRequest().onFailure(e);
                 } catch (JMSException jmsEx) {
-                    getWrappedRequest().onFailure(e);
+                    getWrappedRequest().onFailure(jmsEx);
                 } catch (Throwable e) {
                     LOG.debug("Caught exception while executing task: {}", e.getMessage());
                     triggerReconnectionAttempt();


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org