diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-06-17 14:37:59 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-06-17 14:37:59 +0000 |
| commit | 3a720a9bb841f97f3684543827e79ba1a79c9b58 (patch) | |
| tree | 8f9dbe838ecd2210489039a11054e28a154865ac /qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml | |
| parent | 62984a521bd9dc1be5c7117480b761a6f8d93622 (diff) | |
| download | qpid-python-3a720a9bb841f97f3684543827e79ba1a79c9b58.tar.gz | |
QPID-2662: Use actual SocketAddress instead of the String representation
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@955617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml')
| -rw-r--r-- | qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml b/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml index 1ce9e7d8fa..d1dce019dd 100644 --- a/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml +++ b/qpid/java/systests/etc/config-systests-ServerConfigurationTest-New.xml @@ -24,6 +24,8 @@ <work>${QPID_WORK}</work> <conf>${QPID_HOME}/etc</conf> <passwordDir>${conf}</passwordDir> + <plugin-directory>${QPID_HOME}/lib/plugins</plugin-directory> + <cache-directory>${QPID_WORK}/cache</cache-directory> <connector> <transport>nio</transport> <port>5672</port> |
