I'm trying to configure some of my commands using a PropertyPlaceholderConfigurer, but the beans defined in my commands-context.xml never seem to get processed.
I'm assuming it has to do with the fact that the beans are not loaded directly into the application context, but instead are loaded as a property on the lifeycle advisor.
Is this behavior intentional? Because it seems counter-intuitive. I would have expected the bean definitions to receive all the normal processing that any other spring bean receives.
Anyway, is there any way to accomplish what I'm trying to do?
Thanks,
Larry.


Reply With Quote