Re: Apache Axis version
doug andrews <[email protected]> Sat, 29 Nov 2008 10:03:52 -0500
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
This worked and i was able to get it to use the older axis version. This caused some other problems, but at least i know now that this can be done. Thank you for your help. On Nov 26, 2008, at 5:19 PM, Kieran Kelleher wrote: > 1) First, on all your servers, do this: ( until the day that WOLips > tools provides a custom wobootstrap.jar that ignores that dreaded > roadside-bomb folder ) > $ cd /Library/WebObjects/Extensions > $ rm * > > 2) Then make a framework with the Axis jars that are compatible > with your WO version (Axis 1.1 works with WO 5.3.3 AFAIK ... not > sure which version for WO 5.4)<WOLips - > cheetah_Sources_wk_cheetah_concurrent_RecipientsCassDpvTask.java - > Eclipse SDK - > _Users_kieran_Developer_SmartleadsUSA_slusa_34_workspace.jpg> > > > 3) Set the framework to compile under java 1.4 and adjust wocompile > in the build.xml for 1.4 since axis 1.1 has a class named "enum". > Any Axis stubs generated by wsdl2java in axis 1.1 must also be put > in a framework compiled with java 1.4 > > 4) Add the framework to your project > > 5) Build your project as a fully embedded woa bundle > > 6) Deploy and relax while nothing blows up anymore ;-) > > On Nov 26, 2008, at 4:51 PM, doug andrews wrote: > >> Is there anyway to control the version of Apache Axis WebObjects >> uses on a Mac? >> >> Our application must be deployed on machines with axis 1.4, and >> also machines with older versions of axis. >> >> I'm trying to get our app to use an older version of axis, but >> when ever i System.out.println >> (org.apache.axis.Version.getVersion), i get "Apache Axis version: >> 1.4 Built on Apr 22, 2006 (06:55:48 PDT)" >> >> I've tried putting an older version of axis.jar in /Library/ >> WebObjects/Extension, but this seems to have no effect. >> >> Is there another axis.jar i need to replace? >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-deploy mailing list (Webobjects- >> [email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-deploy/ >> kieran_lists%40mac.com >> >> This email sent to [email protected] >