Search:

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

Search: Search took 0.02 seconds.

  1. spring-beans schema and element:bean - no top-level type

    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...
  2. Replies
    1
    Views
    2,031

    PropertyEditor for enum?

    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...
  3. Thanks for your reply. Fair enough, and as...

    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...
  4. ThreadPoolTaskExecutor implements Executor but not ExecutorService

    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...
  5. Thank you Mike - these are exactly what I need. ...

    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,...
  6. Spring AOP with CGLIB proxies, matching methods on super-types

    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...
  7. Hi All, I've managed to solve this. Turns out...

    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 ,...
  8. Request-scoped beans in a cross-context dispatch target

    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...
  9. Spring under Tomcat (or any container) with SecurityManager

    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...
Results 1 to 9 of 9