I am trying to inject a prototype bean in a singleton bean such that every new call to a singleton bean method has a new instance of the prototype
prototype
singleton
Right way to achieve it - use lookup method injection and everywhere where you used beans use lookup method invocation (detailed answer)