
|
If you were logged in you would be able to see more operations.
|
|
|
|
Given a network of FactoryBeans, all of the dependent beans will be instantiated by preInstantiateSingletons() except for the root level of the tree. Calling getObject() in afterPropertiesSet() does not solve this because the BeanPostProcessors do not get run. Instead we need a way of marking a Factory as being "eagerly" initialized by preInstantiateSingletons.
|
|
Description
|
Given a network of FactoryBeans, all of the dependent beans will be instantiated by preInstantiateSingletons() except for the root level of the tree. Calling getObject() in afterPropertiesSet() does not solve this because the BeanPostProcessors do not get run. Instead we need a way of marking a Factory as being "eagerly" initialized by preInstantiateSingletons. |
Show » |
|
This should be available in tonight's 2.1 M3 and 2.0.7 snapshots. Please give it a try...
Juergen