summaryrefslogtreecommitdiff
path: root/java/perftests/etc
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-04-02 07:47:29 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-04-02 07:47:29 +0000
commit8755033b8dc528a571bd2ddb964418b2c24216b5 (patch)
treef6e26931c17a6c55b4beba1bc69fda5cda5e6fa0 /java/perftests/etc
parentaf6972bc988de028c558e864dd1b4a844d20a3ba (diff)
downloadqpid-python-8755033b8dc528a571bd2ddb964418b2c24216b5.tar.gz
Fixed error with passwordfile parameter
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@524740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/etc')
-rw-r--r--java/perftests/etc/scripts/bdb-qpid-4/device.xml2
-rw-r--r--java/perftests/etc/scripts/bdb-qpid-4/filepath.xml2
-rw-r--r--java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml2
-rw-r--r--java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml2
-rw-r--r--java/perftests/etc/scripts/bdb-qpid-4/starpath.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/java/perftests/etc/scripts/bdb-qpid-4/device.xml b/java/perftests/etc/scripts/bdb-qpid-4/device.xml
index c97c59104d..a052f85167 100644
--- a/java/perftests/etc/scripts/bdb-qpid-4/device.xml
+++ b/java/perftests/etc/scripts/bdb-qpid-4/device.xml
@@ -58,7 +58,7 @@
<class>org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase</class>
<attributes>
<attribute>
- <name>passwordfile</name>
+ <name>passwordFile</name>
<value>${conf}/passwdVhost</value>
</attribute>
</attributes>
diff --git a/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml b/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml
index ace3d9a12a..ebce10cb95 100644
--- a/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml
+++ b/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml
@@ -58,7 +58,7 @@
<class>org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase</class>
<attributes>
<attribute>
- <name>passwordfile</name>
+ <name>passwordFile</name>
<value>${conf}/passwdVhost</value>
</attribute>
</attributes>
diff --git a/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml b/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml
index 5eb89cf1c5..c20beb1c92 100644
--- a/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml
+++ b/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml
@@ -58,7 +58,7 @@
<class>org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase</class>
<attributes>
<attribute>
- <name>passwordfile</name>
+ <name>passwordFile</name>
<value>${conf}/passwdVhost</value>
</attribute>
</attributes>
diff --git a/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml b/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml
index 82b8f67220..958a19cda2 100644
--- a/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml
+++ b/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml
@@ -58,7 +58,7 @@
<class>org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase</class>
<attributes>
<attribute>
- <name>passwordfile</name>
+ <name>passwordFile</name>
<value>${conf}/passwdVhost</value>
</attribute>
</attributes>
diff --git a/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml b/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml
index 4f5d9e092a..c795ec5202 100644
--- a/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml
+++ b/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml
@@ -58,7 +58,7 @@
<class>org.apache.qpid.server.security.auth.database.PlainPasswordVhostFilePrincipalDatabase</class>
<attributes>
<attribute>
- <name>passwordfile</name>
+ <name>passwordFile</name>
<value>${conf}/passwdVhost</value>
</attribute>
</attributes>