Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    934

    My mistake, my exception resolvers were working,...

    My mistake, my exception resolvers were working, it's just that the exceptions are wrapped in so many layers I had trouble recognizing that they were working.

    For those who are interested, here is...
  2. Replies
    1
    Views
    934

    ExceptionResolvers not working

    When I use Spring Web Flow 2.0.7, the Spring MVC exception resolvers I defined are not being invoked and I don't understand why. Any help figuring out this would be greatly appreciated!

    Here is...
  3. Replies
    1
    Views
    1,901

    DefaultMessageCodesResolver substitutions

    (Sorry for repost from springframework-user, but I got no answer there)

    I am using the DefaultMessageCodesResolver and I setup an error message
    for failure to bind to an Integer field:
    ...
  4. The only way I can think of that you could get an...

    The only way I can think of that you could get an error like this is if there is a classpath issue. The WEB-INF/lib folder is not the only contributor to the classpath. You may also have put JARs...
  5. Thanks Rod... will post there...

    Thanks Rod... will post there...
  6. Can application context display more than 1 error at once?

    Is it possible for an applicatioon context that has an invalid configuration to display multiple errors at once rather than only a single error? What I would like to do is, assuming the XML file has...
  7. I think Rod's point is that the...

    I think Rod's point is that the ConfigurableBeanFactory.registerSingleton method allows programmatic addition of singleton beans to a bean factory. This method is available to most application...
  8. BeanNameAutoProxyCreator with a dynamic interceptor list

    I would like to supply a dynamic list of TransactionInterceptors to the BeanNameAutoProxyCreator. The reason I’d like to do this is that the application I’m working on accesses a dynamic list of...
  9. Replies
    17
    Views
    6,606

    Here's how

    To support this, you will need to create your own PropertyEditor that can convert those date strings into actual Date objects. To help you with that, you can use the java.text.DateFormat interface...
Results 1 to 9 of 9