Search:

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

Search: Search took 0.03 seconds.

  1. This was caused by different versions of Spring...

    This was caused by different versions of Spring sneaking in as transitive dependencies, related to: http://forum.springsource.org/showthread.php?t=71249

    I enforced all Spring dependencies to 2.5.6...
  2. internalAutoProxyCreator - method must be null

    Hi, I am getting the stacktrace below when running a spring-based webapp on Jetty 6 on Ubuntu 9.10 Karmic.

    Java: 1.6_17 Sun JDK
    Spring: 2.5.6

    Using autoproxy and xml-style declared advice. No...
  3. Replies
    5
    Views
    990

    Thanks much to all for the insight provided. ...

    Thanks much to all for the insight provided.

    What I have learned from reading your links is that a "static" overhead is to be expected with proxy-based AOP (I would expect that overload to be at...
  4. Replies
    5
    Views
    990

    Bad AOP performance

    Hi. After applying advice to some methods in my service layer the response time for those methods went up 10 times. For testing purposes I am using an empty interceptor and a before-advice defined in...
  5. Roll back unit tests with "drop table" jdbc statements

    My application uses a mix of hibernate (LocalSessionFactoryBean) and plain jdbc (JdbcTemplate) which works like a charm. For unit testing I am using Spring's TestContext with the nice transaction...
Results 1 to 5 of 5