Search:

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

Search: Search took 0.01 seconds.

  1. Hi Marten, Can you elaborate a bit on what you...

    Hi Marten,

    Can you elaborate a bit on what you said above about the performance hit? I believe I may be encountering what you describe.

    Is there a way to define a factory for some of these...
  2. Never mind about this -- it seems like a bug in...

    Never mind about this -- it seems like a bug in Tomcat but it does not affect the webapp itself.

    It happens when the app fails to deploy properly and then Tomcat attempts to undeploy it, but the...
  3. Spring + AspectJ + Tomcat7: ThreadLocal error preventing deployment

    May 18, 2012 4:49:22 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
    SEVERE: The web application [/webapp1] created a ThreadLocal with key of type...
  4. Thanks. I fixed the quoted part. I actually...

    Thanks. I fixed the quoted part.

    I actually spent another whole day and got it working using @Configurable. Everything above is basically the same except that I added @Configurable to the...
  5. @Autowired field is null and I don't know why

    I am using Spring in a new way and seem to misunderstand how autowiring works. Any help would be greatly appreciated!

    I am using the below code. All the classes can see the config except for the...
  6. Thank you. You are correct. I actually did...

    Thank you. You are correct.

    I actually did not find that documented anywhere, but it does work. I found the documentation for the XML-based "depends-on" config, which uses "Dependency1,...
  7. @DependsOn with multiple dependencies does not work

    Hello,

    It seems that @DependsOn("Dependency1") works fine, but the annotation does not support multiple dependencies.

    I tried @DependsOn("Dependency1, Dependency2"), but Tomcat throws this...
Results 1 to 7 of 7