[GitHub] activemq-6 pull request: Fix failing RA OutgoingConnectionTests

2015-01-07 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-6/pull/54


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq-6 pull request: Fix failing RA OutgoingConnectionTests

2015-01-06 Thread mtaylor
GitHub user mtaylor opened a pull request:

https://github.com/apache/activemq-6/pull/54

Fix failing RA OutgoingConnectionTests

Some of the outgoing connection tests require a dummy transaction
manager to setup a fake transaction.  The default transaction manager is
set to the JBoss TX manager and so the tests were failing.  This patch
split the OutgoingConnectionTest into ones that require a real TM
manager vs Dummy TM Manager.
.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mtaylor/activemq-6 fixOutgoingConnectionTest

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-6/pull/54.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #54


commit b9ad78e29c1deaef54e60912503a887de092594c
Author: Martyn Taylor mtay...@redhat.com
Date:   2015-01-06T13:31:29Z

Fix failing RA OutgoingConnectionTests

Some of the outgoing connection tests require a dummy transaction
manager to setup a fake transaction.  The default transaction manager is
set to the JBoss TX manager and so the tests were failing.  This patch
split the OutgoingConnectionTest into ones that require a real TM
manager vs Dummy TM Manager.
.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---