Skip to Content.
Sympa Menu

shibboleth-dev - Re: class loading order

Subject: Shibboleth Developers

List archive

Re: class loading order


Chronological Thread 
  • From: Tom Scavo <>
  • To:
  • Subject: Re: class loading order
  • Date: Mon, 22 Aug 2005 19:18:27 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Nc65w9QHq9boJ2x7pvrfRYIe5YNzQZwkDy4RQ3Pz+5S8qxPzkIuljT9KNVa9f6pfN02KPhyAENaMSK+ju6IDtz9lMXSLmfGI1HAgWYSRv+/R9i8WiZxqHX7xYFx2rpjuru6M0ZpdCkOtGOAbH8nqxHIdgtteVD3GKyttuT32GBg=

On 8/22/05, Chad La Joie
<>
wrote:
> I don't understand how that's a problem.

I explained it already a couple of times. :-) First of all, it goes
against the grain since that is not the way the container resolves
class files. More importantly, it causes a unit test to fail since
the VM finds an old class file in the JAR before it finds a new class
file in the class directory. A workaround is to run the unit test
twice (with no mods in between) but that gets old rather quickly. :-)

Thanks,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page