Re: IncompatibleClassChangeError with WSDL2Java XMLBean Generated Client

2008-12-11 Thread Timothy R J Langford
Hello, Ok. It is the morning after and things are easier with a fresh head. I stopped using my build file and went through the build process separately and the issue vanished. I tracked down a problem in the build process where the target wsdl was not being downloaded successfully when I tho

IncompatibleClassChangeError with WSDL2Java XMLBean Generated Client

2008-12-10 Thread Timothy R J Langford
Hello, I am using axis2 wsdl2java to generate an XML Beans binding client from a customers WSDL schema. This mostly seems to be working fine; the request I am testing returns the correct response and I can navigate most of the returned structure using the java object model. However my tests r

Re: [AXIS2 1.1 RC2] IncompatibleClassChangeError in populateAxisService()

2006-11-03 Thread Rainer Menzner
you are right, my client was compiled against AXIS2 1.0, my server is AXIS2 1.1 RC2. Sorry for wasting your time ... Thanks and best regards, -Rainer Davanum Srinivas schrieb: I think you have a mix of jars in your environment. jars from different versions of axis2. -- dims On 11/3/06, Raine

Re: [AXIS2 1.1 RC2] IncompatibleClassChangeError in populateAxisService()

2006-11-03 Thread Davanum Srinivas
I think you have a mix of jars in your environment. jars from different versions of axis2. -- dims On 11/3/06, Rainer Menzner <[EMAIL PROTECTED]> wrote: Hi together, I have created a trivial service from a handwritten wsdl file (top-down) and have added code to the skeleton class. services.xml

[AXIS2 1.1 RC2] IncompatibleClassChangeError in populateAxisService()

2006-11-03 Thread Rainer Menzner
Hi together, I have created a trivial service from a handwritten wsdl file (top-down) and have added code to the skeleton class. services.xml is patched so that the original wsdl is used by Axis2. The resulting service is deployed and it can be tested successfully with Netbeans / Add Webservi

RE: IncompatibleClassChangeError whenever a soap service is called.

2005-11-14 Thread kiran kumar
ow you to load the web apps classpath first, then the server classpath.     From: kiran kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 4:30 AMTo: axisSubject: IncompatibleClassChangeError whenever a soap service is called.   Hi,   Whenever i try to call a soap service i

RE: IncompatibleClassChangeError whenever a soap service is called.

2005-11-10 Thread Matthew Menefee
: Thursday, November 10, 2005 4:30 AM To: axis Subject: IncompatibleClassChangeError whenever a soap service is called.   Hi,   Whenever i try to call a soap service i get a java.lang.IncompatibleClassChangeError. The soap response is given below. The versions of axis(1.2) is the same on both

IncompatibleClassChangeError whenever a soap service is called.

2005-11-10 Thread kiran kumar
Hi,   Whenever i try to call a soap service i get a java.lang.IncompatibleClassChangeError. The soap response is given below. The versions of axis(1.2) is the same on both server and client, and i am using the same JVM. The server is running on Resin 3.0.8. Could anyone please help me out.     HTT

RE: IncompatibleClassChangeError using JRun/Axis/Castor

2005-11-02 Thread Ebert, Chris
The versions of libraries are different when you compile and when you run. A lot of times you don't notice, but sometimes it blows up with IncompatibleClassChangeError. It's *probably* a library that axis uses (you could check that line of the source and see what it is). You can check t

IncompatibleClassChangeError using JRun/Axis/Castor

2005-11-02 Thread Matthew Menefee
I have been trying to set up a sample webservice from IBM and I am getting an IncompatibleClassChangeError.   Here is the link to the sample:   http://www-128.ibm.com/developerworks/webservices/library/ws-castor/   They are on WebSphere and I am using JRun4/Eclipse.  I have my client

Re: IncompatibleClassChangeError

2005-07-07 Thread Jeff Greif
l -Original Message- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 7:33 PM To: axis-user@ws.apache.org Subject: Re: IncompatibleClassChangeError It appears that the application server is loading an older version of saaj.jar. Maybe the SAP app server has some default

RE: IncompatibleClassChangeError

2005-07-07 Thread Anil Arora
- > From: Jeff Greif [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 07, 2005 7:33 PM > To: axis-user@ws.apache.org > Subject: Re: IncompatibleClassChangeError > > It appears that the application server is loading an older version of > saaj.jar. Maybe the SAP app se

Re: IncompatibleClassChangeError

2005-07-07 Thread Jeff Greif
getting an IncompatibleClassChangeError in my J2EE application when deployed on SAP NetWeaver 04 SP11. I haven’t run into this problem on any other app servers. I’m using Axis 1.2.1 and Xerces 2.7. I’ve also made sure that I am using the same dependant libs that came with the binary distributio

IncompatibleClassChangeError

2005-07-07 Thread Anil Arora
I am currently running into getting an IncompatibleClassChangeError in my J2EE application when deployed on SAP NetWeaver 04 SP11.  I haven’t run into this problem on any other app servers. I’m using Axis 1.2.1 and Xerces 2.7.  I’ve also made sure that I am using the same dependant libs

Re: IncompatibleClassChangeError usign Axis 1.2?????

2005-06-09 Thread Mike Haller
et an IncompatibleClassChangeError. Part of the stack trace is below: INFO [14:07:07] (AxisServlet.java:logException:400) - Exception: java.lang.IncompatibleClassChangeError at org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1387) at org.apache.axis.message.SOAPHandler.addTex

Re: IncompatibleClassChangeError usign Axis 1.2?????

2005-06-09 Thread Jeff Greif
objects (using the 1.2 libraries) have been built, compiled, and installed. When I try to make a web service call, however, I get an IncompatibleClassChangeError. Part of the stack trace is below: INFO [14:07:07] (AxisServlet.java:logException:400) - Exception

Re: IncompatibleClassChangeError usign Axis 1.2?????

2005-06-09 Thread Davanum Srinivas
ries) have been built, compiled, and installed. > When I try to make a web service call, however, I get an > IncompatibleClassChangeError. Part of the stack trace is below: > > INFO [14:07:07] (AxisServlet.java:logException:400) - Exception: > java.lang.I

IncompatibleClassChangeError usign Axis 1.2?????

2005-06-09 Thread Peter Len
IncompatibleClassChangeError. Part of the stack trace is below: INFO [14:07:07] (AxisServlet.java:logException:400) - Exception: java.lang.IncompatibleClassChangeError at org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1387) at org.apache.axis.message.SOAPHandler.addTextNode

Interop with PHP5 SoapClient - IncompatibleClassChangeError

2005-04-08 Thread Mark Slater
I'm working on a test for PHP5's Soap Client (version 5.0.3) and Apache Axis (version 1.2 RC3). I'm getting an exception: java.lang.IncompatibleClassChangeError at org.apache.axis.message.MessageElement.addTextNode(MessageElement.java: 1387) at org.apache.axis.message.SOA

Re: possible causes of IncompatibleClassChangeError

2005-03-31 Thread Rory
Yeah, I saw that in the archives. However the only versions of axis and saaj jars present on any of these test systems is 1.2 (that includes in lib dirs, war files etc etc). Could this also be causes by a xerces conflict? Jeff Greif wrote: Out-of-date saaj.jar. Check your class path to make

Re: possible causes of IncompatibleClassChangeError

2005-03-31 Thread Jeff Greif
Out-of-date saaj.jar. Check your class path to make sure that the saaj.jar found is the one which came with your axis tree. See the archives of this mailing list for more info. Jeff Rory wrote: I am using axis to provide a soap service within another application. It does this by calling an ins

possible causes of IncompatibleClassChangeError

2005-03-31 Thread Rory
I am using axis to provide a soap service within another application. It does this by calling an instance of org.mortbay.jetty.Server and handing it the war file. On my desktop (WinXPSP2, jdk1.5.0_01) this works fine and a test client is able to use the service. On a Linux system (trustix2.1)