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 2008/12/17 15:32:43 UTC

svn commit: r727396 - in /activemq/trunk/assembly/src/release: conf/activemq.xml conf/ha-broker.xml conf/ha.xml webapps/admin/WEB-INF/webconsole-embedded.xml

Author: dejanb
Date: Wed Dec 17 06:32:42 2008
New Revision: 727396

URL: http://svn.apache.org/viewvc?rev=727396&view=rev
Log:
fix for AMQ 2036

Modified:
    activemq/trunk/assembly/src/release/conf/activemq.xml
    activemq/trunk/assembly/src/release/conf/ha-broker.xml
    activemq/trunk/assembly/src/release/conf/ha.xml
    activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml

Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=727396&r1=727395&r2=727396&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Wed Dec 17 06:32:42 2008
@@ -26,7 +26,7 @@
     <!-- Allows us to use system properties as variables in this configuration file -->
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
          <property name="locations">
-            <value>file:///${activemq.base}/conf/credentials.properties</value>
+            <value>file:${activemq.base}/conf/credentials.properties</value>
          </property>      
     </bean>
 

Modified: activemq/trunk/assembly/src/release/conf/ha-broker.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/ha-broker.xml?rev=727396&r1=727395&r2=727396&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/ha-broker.xml (original)
+++ activemq/trunk/assembly/src/release/conf/ha-broker.xml Wed Dec 17 06:32:42 2008
@@ -26,7 +26,7 @@
     <!-- Allows us to use system properties as variables in this configuration file -->
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
          <property name="locations">
-            <value>file:///${activemq.base}/conf/credentials.properties</value>
+            <value>file:${activemq.base}/conf/credentials.properties</value>
          </property>      
     </bean>
 

Modified: activemq/trunk/assembly/src/release/conf/ha.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/ha.xml?rev=727396&r1=727395&r2=727396&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/ha.xml (original)
+++ activemq/trunk/assembly/src/release/conf/ha.xml Wed Dec 17 06:32:42 2008
@@ -29,7 +29,7 @@
   <!-- Allows us to use system properties as variables in this configuration file -->
   <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
     <property name="locations">
-      <value>file:///${activemq.base}/conf/credentials.properties</value>
+      <value>file:${activemq.base}/conf/credentials.properties</value>
     </property>
   </bean>
   

Modified: activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml?rev=727396&r1=727395&r2=727396&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml (original)
+++ activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml Wed Dec 17 06:32:42 2008
@@ -20,7 +20,7 @@
 
   <bean id="placeholderConfig" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
         <property name="locations">
-                <value>file:///${activemq.base}/conf/credentials.properties</value>
+                <value>file:${activemq.base}/conf/credentials.properties</value>
         </property>  
   </bean>