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...
Type: Posts; User: johnrowles; Keyword(s):
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...
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...
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...
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...
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...