4 responses to “Using java.util.Date values in Spring bean definitions”

  1. Victor

    it doesn’t seem to work . the bean isn’t registered

  2. spiros

    This does work, but you have to use an ApplicationContext instead of a BeanFactory. BeanFactories do not auto-detect BeanFactoryPostProcessors like the CustomEditorConfigurer.

    Sorry I forgot to mention this in the article.

  3. Praveen

    quick and useful tip. worked just like that

  4. John Dondapati

    Works like a charm.

    Thank you so much. Its really helpful. Keep it coming.