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?
:)

I know that since I have the source available, I *COULD* just rewrite
the class locally, compile it and add it to the jar of my choice... but
it seems that something like this should probably be addressed before
Axis 2.0 is officially released...

Thanks for the response, hope to hear more on this...
-Clint

-----Original Message-----
From: Brown, Mike [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 25, 2005 3:41 PM
To: '[email protected]'
Subject: RE: AXIS 1.2 Final ?

Axis can run as a jar in your application war. Two different wars can
have two different axis jars if that is what you're asking? 

-----Original Message-----
From: Dovholuk, Clint [mailto:[EMAIL PROTECTED]
Sent: Friday, February 25, 2005 8:57 AM
To: [email protected]; [EMAIL PROTECTED]
Subject: RE: AXIS 1.2 Final ?

Is there any thought to allowing both Axis 1.x and Axis 2.x run on the
same server?

I've got an app that needs to have Axis running in the same JVM as the
app.
This app has old code which works vs the Axis 1.1 distribution but when
I add the newest jars for Axis 2.0 I find a class conflict at
org.apache.axis.Constants.  Particularly in the auto generated wsdl2java
files.  the constant: org.apache.axis.Constants.URI_SOAP11_ENC does not
exist in the Axis 2.0 jar... not to mention all the classes which have
been moved to new packages etc...

I'd rather not have to recode the existing app to work with 2.0, but I'd
rather let 1.1 and 2.0 run in harmony... 

is that possible? will that be in R3?

Thanks for any input.

-Clint




-----Original Message-----
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Friday, February 25, 2005 9:31 AM
To: [email protected]; babloosony
Cc: [email protected]
Subject: Re: AXIS 1.2 Final ?

You can expect 1.2 RC3 (official) in a few days time. Maybe a week or
two to let people kick the tires and then it will be final. Axis2 is a
tech preview for future direction and is an advanced prototype stage.
We are having an Axis2 summit end of march where we will decide the
future directions and plans,

-- dims


On Fri, 25 Feb 2005 19:27:12 +0530, babloosony <[EMAIL PROTECTED]>
wrote:
> Hi All,
> 
> Does anyone have an idea when AXIS 1.2 Final and AXIS2 Final will be
released ?
> 
> Regards,
> Kumar.
> 


--
Davanum Srinivas - http://webservices.apache.org/~dims/

Reply via email to