Vadim Gritsenko <vadim <at> reverycodes.com> writes: > > Yep, again this same ol' NPE from SourceResolver: >
<snip/> This is probably due to the fact that SourceResolver was disposed before TreeProcessor. Every once in a while we run into this limitation that ECM does not support any type of dependency management and shutdown order control. I'd swallow the NPE in TreeProcessor since the contract in ECM seems to be that dependent components might already have been disposed of. -- Unico
