Re: Apache Axis Upgrade

2010-10-20 Thread Donnie Carvajal
Are there any special intructions for upgrading Axis in ColdFusion? It seems the webservices.jar file also has a wsdl2java class that maybe being called over the class in the upgrades Axis jar files. Thanks, Donnie ~|

Re: Apache Axis Upgrade

2010-10-20 Thread Russ Michaels
u can just open the jar file in winzip or any other archive program and check that. It was a very long time ago i did an axis upgrade so I don't remember if I did anything special, but I don;t think so. On Wed, Oct 20, 2010 at 8:18 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote:

Re: Apache Axis Upgrade

2010-10-20 Thread Donnie Carvajal
Which jar file are you talking about opening and what am I looking for? If this determines that the webservices.jar has the wsdl2java class, how do I get ColdFusion to use the upgraded Axis jar? Thanks. ~| Order the Adobe

Re: Apache Axis Upgrade

2010-10-20 Thread Russ Michaels
In your previous reply you said axis.jar, so this is what i am referring to. if you can determine which one is being used, you can copy the updates class into the jar and see if that helps. On Wed, Oct 20, 2010 at 8:37 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote: Which jar file

Apache Axis Upgrade

2010-10-18 Thread Donnie Carvajal
I'm running CF 9 and the default version of Apache Axis is 1.2. I would like to upgrade Apache Axis to 1.4. Does anyone know of any potential issues with upgrading the version of Apache Axis and CF 9? Thanks, Donnie ~|

Re: Apache Axis Upgrade

2010-10-18 Thread denstar
On Mon, Oct 18, 2010 at 2:32 PM, Donnie Carvajal wrote: I'm running CF 9 and the default version of Apache Axis is 1.2.  I would like to upgrade Apache Axis to 1.4.  Does anyone know of any potential issues with upgrading the version of Apache Axis and CF 9? Offhand, it'll probably affect

Re: Apache Axis Upgrade

2010-10-18 Thread Russ Michaels
I have upgraded apache axis before to resolve a problem and never had any new issues as a result. As long as you check all your web services are working afterwards you should be fine, and its easy enough to rollback. On Mon, Oct 18, 2010 at 11:07 PM, denstar valliants...@gmail.com wrote: On