Hi, Which version of GT are you using ? Assuming its 4.0.x, here is a web page that lists all our dependencies.
http://www.globus.org/toolkit/docs/4.0/common/javawscore/dependencies.html The Axis jar we have is a customized version and the link points to the source and patch: http://fisheye.globus.org/viewrep/~raw,r=globus_4_0_branch/GlobusToolkit/wsr f/java/lib-src/ws-axis/patch Can you make changes to your plain service to build against the modified Axis jar ? If you remove vanilla Axis 1.2 do you see issues with your plain service ? Rachana > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Luca Clementi > Sent: Wednesday, August 29, 2007 9:58 PM > To: [email protected] > Subject: [gt-user] Axis libraries version > > Hi all, > I have a problem with Globus axis libraries. > > I have noticed that Globus uses axis 1.2 RC2. > But is it the same of the one available on the Axis web site? > > Basically it seems that Globus made another build of the jar > file, below the manifest of the two jars. > > $ cat globus/META-INF/MANIFEST.MF > Manifest-Version: 1.0 > Ant-Version: Apache Ant 1.6.5 > Created-By: 1.4.2_10-b03 (Sun Microsystems Inc.) > > Name: org/apache/axis > Implementation-Title: Apache Axis > Implementation-Version: 1.2RC2 1023 November 14 2006 > Implementation-Vendor: Apache Web Services > > $ cat original/META-INF/MANIFEST.MF > Manifest-Version: 1.0 > Ant-Version: Apache Ant 1.6.1 > Created-By: 1.4.2_03-b01 (Sun Microsystems Inc.) > > Name: org/apache/axis > Implementation-Title: Apache Axis > Implementation-Version: 1.2RC2 1300 November 16 2004 > Implementation-Vendor: Apache Web Services > > > My problems is that I am running several application in a > tomcat container and some of them use Globus WSRF, while > other use plain Axis (in particular gridportlet and GAMA). I > need to deploy their external libraries in the shared/lib. > > > I have already downgraded the plain Axis application to axis > 1.2 RC2 using the official axis version, but still I get some > class cast exception on classes that are part of axis.jar . > > On the other side I can not use the Axis version included in > Globus because it is missing the axis-ant.jar that I need to > compile the application. > > Do you have any idea how can I get around this problem? > > Thank you very much, > Luca > > >
