PropertyPlaceholderConfigurer « Batch « Spring Q&A





1. PropertyPlaceholderConfigurer and depends-on    stackoverflow.com

In the below code snippet

<bean id="placeholderProperties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"
    depends-on="environment">
    <property name="location" value="classpath:batch-${ENVIRONMENT}.properties" />
what is the significance of "depends-on" and how to manipulate the value of ${ENVIRONMENT} ...

2. Spring Batch Admin: default property value in PropertyPlaceholderConfigurer    forum.springsource.org

Spring Batch Admin: default property value in PropertyPlaceholderConfigurer Hi, There is a classpath:batch-${ENVIRONMENT:hsql}.properties in the PropertyPlaceholderConfigurer bean from spring-batch-admin-manager-1.2.0.RELEASE.jar/META-INF/spring/batch/bootstrap/manager/env-context.xml, but if i understand srping docs correctly, PropertyPlaceholderConfigurer does not support default ...

3. Spring Batch Admin overriding PropertyPlaceholderConfigurer    forum.springsource.org

Spring Batch Admin overriding PropertyPlaceholderConfigurer We are using Spring Batch admin and came across different kind of issues trying to override the PropertyPlaceholderConfigurerin env-context in spring-batch-admin-manager Code: