Clint,
Urrgh. Excuse the previous non-message. Hit the wrong button.
Anyway, thats the point that Mike was making. The J2EE container
should have classloader support that lets you load two different
versions of the class if they are residing in two different WARs.
Regards,
Kenneth
On Fri, 25 Feb 2005 15:45:21 -0500, Dovholuk, Clint
<[EMAIL PROTECTED]> wrote:
> well that's kinda the problem. both jars have org.apache.axis.Constants
> defined in them... and only one of those jars ( the 1.1 version ) has
> URI_SOAP_ENC declared... so if the class loader loads that first, I'm
> happy, but then I can't use the Axis 2.0 Constants... know what I mean?
> :)