Search:

Type: Posts; User: ccudennec; Keyword(s):

Search: Search took 0.05 seconds.

  1. Testing request scope beans breaks, problem with WebApplicationContextUtils

    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...
  2. Thanks for your help! Fastest answers in a forum...

    Thanks for your help! Fastest answers in a forum I ever got! :D
  3. @yatesco: only saw your post after I wrote mine....

    @yatesco: only saw your post after I wrote mine. I think that's the point :)
  4. I surely only want one instance of my factory...

    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...
  5. MethodInvokingFactoryBean problem w singleton

    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...
Results 1 to 5 of 5