Search:

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

Search: Search took 0.03 seconds.

  1. I'm trying to do something similar (external,...

    I'm trying to do something similar (external, on-demand bean construction, based on type for autowiring).

    The closest I've come is InstantiationStrategy, which I've implemented but I haven't...
  2. Replies
    3
    Views
    1,139

    This turns out to be a classpath problem: There...

    This turns out to be a classpath problem: There was an old version of Spring that was being picked up, which ignored the scope attribute (I assume).
  3. Replies
    3
    Views
    1,139

    Problems with prototype scope: Same bean!

    I am trying to use the prototype scope in Spring 2.0.5 to create unique beans, but I keep getting the same bean.

    I have reduced it to the simplest code I can to repro the problem:
    ...
  4. Replies
    1
    Views
    641

    Using Resoure[] for mutiple method calls?

    I have a legacy class that has a method like:

    public void loadConfig(File config)

    I would like to use a classpath resource to provide the config: However, I've got mutiple files that need...
Results 1 to 4 of 4