I'm having problems with a PropertyPlaceholderConfigurer. It's actually a class of my own that overrides some of the base functionality of PropertyPlaceholderConfigurer. So, it's possible that I've screwed something up, but here's the problem:

I define the configurer in a Spring XML file. Then, I import that file into my master Spring XML as the very first thing. But, the properties that appear later on don't get replaced as expected. Is there anything special that must be done for these to work across <import> boundaries? I can't remember ever having this problem, before.

I do know that my derived class seems to work properly - at least, in a unit test environment.

Thanks in advance,
Dave


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

Reply via email to