summaryrefslogtreecommitdiff
path: root/qpid/java/systests
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-05-03 11:21:16 +0000
committerAlex Rudyy <orudyy@apache.org>2013-05-03 11:21:16 +0000
commitd5b2c0ea6ee32c86433cfe310374275594184d06 (patch)
tree194589ffc5560b769749a0d7ec47ed7290d72885 /qpid/java/systests
parent357d3fab9136a9a279f9d19ead929a864f5641f2 (diff)
downloadqpid-python-d5b2c0ea6ee32c86433cfe310374275594184d06.tar.gz
QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to the configuration store and validated at startup
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
-rw-r--r--qpid/java/systests/etc/config-systests.json12
1 files changed, 2 insertions, 10 deletions
diff --git a/qpid/java/systests/etc/config-systests.json b/qpid/java/systests/etc/config-systests.json
index c47744c47c..12a8a5c5a6 100644
--- a/qpid/java/systests/etc/config-systests.json
+++ b/qpid/java/systests/etc/config-systests.json
@@ -21,6 +21,8 @@
{
"name": "Broker",
"defaultVirtualHost" : "test",
+ "storeVersion": 1,
+ "modelVersion": "1.0",
"authenticationproviders" : [ {
"name" : "plain",
"type" : "PlainPasswordFile",
@@ -59,14 +61,4 @@
"name" : "test",
"configPath" : "${broker.virtualhosts-config}"
} ]
- /*
-,
- "plugins" : [ {
- "pluginType" : "MANAGEMENT-HTTP",
- "name" : "httpManagement"
- }, {
- "pluginType" : "MANAGEMENT-JMX",
- "name" : "jmxManagement"
- } ]
- */
}