You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/10/04 21:42:40 UTC

RE: AW: Patch for Context Class Loader problems (was Re: Fresh CV S ch eckout - AdminClient list fails)

Glen Daniels wrote:
>
> It uses Axis, and puts the axis.jar into a system-level lib/
> directory so it's automatically accessible via all webapps.

Some people will never learn.  ;-)

> So this patch don't work for us.  We do however set the context
classloader
> correctly - so I think we're gonna have to change the patch to only set
it
> if it's not set.  Now if there is a performance hit associated with the
> check, I'd suggest we check it once and store the result in a flag that
> indicates we don't need to check it again.

Just a thought...can the check be in init() and the set be in service()?

- Sam Ruby