On Wed, 15 Jan 2003 01:45, mati wrote: > I have a question > > > I have a coponent A that uses Commons-Collections build 2.0 > > and another compoenent B that uses COmmons-Collections-build 2.1 > > I tried to make one work with another but it is not easy and I do not want > to spend whole week on that.
At the moment the level of isolation between components is not fine grained enough for what you want to do. It is assumed that every block is loaded from the same classloader. While sophisticated ClassLoader hierarchies are possible there is nothing in place that will allow different blocks to be loaded from different ClassLoaders. -- Cheers, Peter Donald "Man's mind stretched to a new idea never goes back to its original dimensions." -Oliver Wendell Holmes -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>