diff options
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> |
