summaryrefslogtreecommitdiff
path: root/qpid/java/systests/etc/virtualhosts-systests-derby-settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/systests/etc/virtualhosts-systests-derby-settings.xml')
-rw-r--r--qpid/java/systests/etc/virtualhosts-systests-derby-settings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/systests/etc/virtualhosts-systests-derby-settings.xml b/qpid/java/systests/etc/virtualhosts-systests-derby-settings.xml
index d494768e91..08a40ca812 100644
--- a/qpid/java/systests/etc/virtualhosts-systests-derby-settings.xml
+++ b/qpid/java/systests/etc/virtualhosts-systests-derby-settings.xml
@@ -26,7 +26,7 @@
<virtualhost>
<localhost>
<store>
- <factoryclass>org.apache.qpid.server.store.derby.DerbyMessageStoreFactory</factoryclass>
+ <class>org.apache.qpid.server.store.derby.DerbyMessageStore</class>
<environment-path>${QPID_WORK}/derbyDB/localhost-store</environment-path>
</store>
</localhost>
@@ -35,7 +35,7 @@
<virtualhost>
<development>
<store>
- <factoryclass>org.apache.qpid.server.store.derby.DerbyMessageStoreFactory</factoryclass>
+ <class>org.apache.qpid.server.store.derby.DerbyMessageStore</class>
<environment-path>${QPID_WORK}/derbyDB/development-store</environment-path>
</store>
</development>
@@ -44,7 +44,7 @@
<virtualhost>
<test>
<store>
- <factoryclass>org.apache.qpid.server.store.derby.DerbyMessageStoreFactory</factoryclass>
+ <class>org.apache.qpid.server.store.derby.DerbyMessageStore</class>
<environment-path>${QPID_WORK}/derbyDB/test-store</environment-path>
</store>
</test>