diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-04-20 14:03:56 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-04-20 14:03:56 +0000 |
| commit | 6558b445a8271f1f27efe1ea4e628aa068de6807 (patch) | |
| tree | 872afee87d545d9ec6796f7733b80da15caa3204 /java/systests | |
| parent | 7bd3591dd580d1e5d2034676c4c674ba838eceb8 (diff) | |
| download | qpid-python-6558b445a8271f1f27efe1ea4e628aa068de6807.tar.gz | |
QPID-2097: Use the standard RMIServerSocketFactory for InVM testing to workaround the alternating pass-fail issue encountered when running back to back tests using JMX with the InVM broker. Enable the ModelTest.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@935928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java b/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java index 9ec0f61351..6608bc1d7d 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java +++ b/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java @@ -490,6 +490,7 @@ public class QpidTestCase extends TestCase if (_broker.equals(VM)) { setConfigurationProperty("management.jmxport", String.valueOf(getManagementPort(port))); + setConfigurationProperty(ServerConfiguration.MGMT_CUSTOM_REGISTRY_SOCKET, String.valueOf(false)); saveTestConfiguration(); // create an in_VM broker |
