fix AMQ-1982; modify fix for AMQ-1237

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@706164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2008-10-20 09:34:40 +00:00
parent 329e215a05
commit c761823613
2 changed files with 2 additions and 2 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

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