Description
PropertyPlaceholderConfigurer with property files (resources) works ok, but with a customer beanfactory or properties bean, they are ignored atm.
This should be supported. eg:
<tag0:beans xmlns:tag0="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"> <tag0:bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <tag0:property name="properties"> <tag0:bean class="org.apache.activemq.CustomPropertiesBean"/> </tag0:property> </tag0:bean>...