dev@glassfish.java.net

Re: apache commons-* classes in AS

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Mon, 17 Oct 2005 19:46:05 -0700

> I think our goal should be for a webapp to be able to bundle and use
> its own commons-digester without having to set its delegate flag to
> FALSE. This will be possible only if the commons-digester used by AS
> impl classes was completely "hidden" from all webapps.

I agree, and I thought the classloader changes would enable that by
putting the apache-commons classes in a classloader not seen by
applications.