You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/10/23 13:40:25 UTC

svn commit: r829008 - /activemq/branches/activemq-5.3/activemq-web/src/main/java/org/apache/activemq/web/config/SystemPropertiesConfiguration.java

Author: dejanb
Date: Fri Oct 23 11:40:24 2009
New Revision: 829008

URL: http://svn.apache.org/viewvc?rev=829008&view=rev
Log:
merging 828638 - jmx console properties

Modified:
    activemq/branches/activemq-5.3/activemq-web/src/main/java/org/apache/activemq/web/config/SystemPropertiesConfiguration.java

Modified: activemq/branches/activemq-5.3/activemq-web/src/main/java/org/apache/activemq/web/config/SystemPropertiesConfiguration.java
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-web/src/main/java/org/apache/activemq/web/config/SystemPropertiesConfiguration.java?rev=829008&r1=829007&r2=829008&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/activemq-web/src/main/java/org/apache/activemq/web/config/SystemPropertiesConfiguration.java (original)
+++ activemq/branches/activemq-5.3/activemq-web/src/main/java/org/apache/activemq/web/config/SystemPropertiesConfiguration.java Fri Oct 23 11:40:24 2009
@@ -55,11 +55,11 @@
 	}
 
 	public String getJmxPassword() {
-		return System.getProperty(PROPERTY_JMX_USER);
+		return System.getProperty(PROPERTY_JMX_PASSWORD);
 	}
 
 	public String getJmxUser() {
-		return System.getProperty(PROPERTY_JMX_PASSWORD);
+		return System.getProperty(PROPERTY_JMX_USER);
 	}
 
 }
\ No newline at end of file