Hi,
I am having an issue when trying to create beans from a spring Application Context inside a bean instatiated by sptring using constructor arguments.
I have implemented the ApplicationContextAware interface but it populates the context after the instance is created (obvious).
But then, if you need to get beans from the constructor, and I am talking about a variable number of objects defined at runtime, what would be the correct way to proceed?
Thanks,