diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-04-02 07:47:29 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-04-02 07:47:29 +0000 |
| commit | 8755033b8dc528a571bd2ddb964418b2c24216b5 (patch) | |
| tree | f6e26931c17a6c55b4beba1bc69fda5cda5e6fa0 /java/perftests/etc | |
| parent | af6972bc988de028c558e864dd1b4a844d20a3ba (diff) | |
| download | qpid-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')
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> |
