Hi,
I'm looking at the beans schema for 2.5, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd , and if I'm reading it correctly, the type for element:bean is an inline/anonymous...
Type: Posts; User: brett_s_r; Keyword(s):
Hi,
I'm looking at the beans schema for 2.5, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd , and if I'm reading it correctly, the type for element:bean is an inline/anonymous...
Hi,
Is there a standard way for setting a property with an enum member?
For example, I have a property of type java.util.concurrent.TimeUnit, and I want to set it with TimeUnit.SECONDS.
I...
Thanks for your reply.
Fair enough, and as mentioned, this is what I ended up doing. I am of the opinion that it wouldn't hurt for ThreadPoolTaskExecutor to implement ExecutorService, and that...
Hi all,
The other day I was using org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor as a Spring entry point to java.util.concurrent. This class "allows for configuring a JDK 1.5...
Thank you Mike - these are exactly what I need.
It turns out that upgrading to Spring 2.5.1 was a key for me - I am working within an application which is on 2.0.3.
For the bean() pointcut,...
Hi,
I've scanned the Spring 2.5.1 and AspectJ docs on this, but I can't find the best solution. It may well be staring me in the face ...
The question is - when using Spring AOP with CGLIB2...
Hi All,
I've managed to solve this. Turns out the project I am working on had not upgraded from Spring 2.0.0, and I was stung by http://opensource.atlassian.com/projects/spring/browse/SPR-2758 ,...
Hi,
I’ve hit some challenges when using Spring Portlet MVC in a portlet-application, when attempting to use request-scoped beans and request attributes. A couple of request-scoped beans would be...
Hi,
I'm looking for any info available on running Spring Framework under Tomcat (5.0.x, or any version really), with Tomcat's default SecurityManager active.
Specifically, I'm wondering if the...