fix for AMQ 2036

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@727396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2008-12-17 14:32:42 +00:00
parent 9a432f22f9
commit e6a560d960
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>