Bug #1044
Spring ComponentFactoryBean uses wrong class loader
Start date:
04.05.2013
Due date:
% Done:
100%
Estimated time:
origin:
Description
Currently the factory bean uses the TCCL. However, when lazily initializing beans, this may be not well-defined. Suggestion: Use the class loader that loaded the application context initially.