Carsten Ziegeler wrote:
Vadim Gritsenko wrote:
Not so much against, but I think that adding a class loader on a block level
makes it unnecessary to have global cocoon class loader, isn't it?
Hmm, yes, nearly - but I think we can make use of it in the
bootstrapping phase, e.g. to avoid problems with different versions of
logging frameworks etc. As soon as osgi is running, everything will be
handled by this.
In addition, I think, if we now start using the parent-last-cl we can
learn today where we don't use osgi and we can already benefit from it.
Well, go ahead...
Vadim