[ 
https://issues.apache.org/jira/browse/JS2-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465417
 ] 

J.Enrique Ruiz commented on JS2-641:
------------------------------------

The current definition of the bean 'placeholderConfig':

    <bean id="placeholderConfig" 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
        <property name="location">
            
<value>file:///${applicationRoot}/WEB-INF/conf/jetspeed.properties</value>
        </property>
    </bean>

May be changed by the following definition:

    <bean id="placeholderConfig" 
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property name="locations">
      <list>
        
<value>file:///${applicationRoot}/WEB-INF/conf/jetspeed.properties</value>
        
<value>file:///${applicationRoot}/WEB-INF/conf/override.properties</value>
      </list>
    </property>
  </bean>


> override.properties isn't loaded by the bean 'placeholderConfig'
> ----------------------------------------------------------------
>
>                 Key: JS2-641
>                 URL: https://issues.apache.org/jira/browse/JS2-641
>             Project: Jetspeed 2
>          Issue Type: Bug
>    Affects Versions: 2.1-dev
>         Environment: Linux (ubuntu 6.06), JDK 1.5, PostgreSQL
>            Reporter: J.Enrique Ruiz
>
> The jetspeed.properties file is used to configure the placeholders located in 
> the Spring context. The override.properties file is used to override settings 
> located in the jetspeed.properties but it isn't loaded by the bean 
> ''placeholderConfig''.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to