Hi!
I try out the new Spring 3.2 feature for testing request scoped beans. I added the "@WebAppConfiguration" and "@ContextConfiguration" annotations to the test and try to inject the...
Type: Posts; User: ccudennec; Keyword(s):
Hi!
I try out the new Spring 3.2 feature for testing request scoped beans. I added the "@WebAppConfiguration" and "@ContextConfiguration" annotations to the test and try to inject the...
Thanks for your help! Fastest answers in a forum I ever got! :D
@yatesco: only saw your post after I wrote mine. I think that's the point :)
I surely only want one instance of my factory bean. But: I want the factory bean to use new instances of my "targetObject" each time the factory method is called.
As you can see the implementation...
Hello,
I would like my MethodInvokingFactoryBean to return a new instance each time the factory method is called. I saw that its implementation of getObject decides by looking at the attribute...