Author: ritchiem
Date: Mon Apr  2 00:47:29 2007
New Revision: 524740

URL: http://svn.apache.org/viewvc?view=rev&rev=524740
Log:
Fixed error with passwordfile parameter

Modified:
    incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/device.xml
    
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml
    
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml
    
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml
    
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml

Modified: 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/device.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/device.xml?view=diff&rev=524740&r1=524739&r2=524740
==============================================================================
--- incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/device.xml 
(original)
+++ incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/device.xml 
Mon Apr  2 00:47:29 2007
@@ -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>

Modified: 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml?view=diff&rev=524740&r1=524739&r2=524740
==============================================================================
--- 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml 
(original)
+++ 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/filepath.xml 
Mon Apr  2 00:47:29 2007
@@ -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>

Modified: 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml?view=diff&rev=524740&r1=524739&r2=524740
==============================================================================
--- 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml
 (original)
+++ 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/noneexistantpath.xml
 Mon Apr  2 00:47:29 2007
@@ -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>

Modified: 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml?view=diff&rev=524740&r1=524739&r2=524740
==============================================================================
--- 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml
 (original)
+++ 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/nopermission.xml
 Mon Apr  2 00:47:29 2007
@@ -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>

Modified: 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml?view=diff&rev=524740&r1=524739&r2=524740
==============================================================================
--- 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml 
(original)
+++ 
incubator/qpid/branches/M2/java/perftests/etc/scripts/bdb-qpid-4/starpath.xml 
Mon Apr  2 00:47:29 2007
@@ -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>


Reply via email to