Carsten Ziegeler wrote:
Vadim Gritsenko wrote:Probably issue is related to the ordering of component instantiation.Yeah, I guess so as well, I was wondering why a static variable is required anyway.
OJB will instantiate instances of logger class, which then would need to get them connected back into the Cocoon logging - using this static variable.
If OJB instantiates logger instances too early (before Logger component is initialized) it'd cause NPE.
Vadim
