I have an application context and registered custom editor.
When application starts and bean factory is initialized custom editor is called for bean creation but when later in application i create the bean with beanFactory.getBean("beanName") it is not called. spring-2.0 calls it in both cases. Is it a new feature or bug?


Reply With Quote

