We extend PropertyPlaceholderConfigurer to provide environment specific (D, Q, P) properties, but the Spring IDE seems to choke on lines like this:
<constructor-arg index="0">
<ref bean="${dataSourceBeanId}"/>
</constructor-arg>
It doesn't seem to understand the ${bla} notation for property placeholders. Am I missing something, or am I stuck with red X's every time I use a property value?
Thanks,
Dan


Reply With Quote