RE: NoSuchMethodError

2002-09-23 Thread Rose, Angus H
Jonathan, sorted now. It was down to the xerces.jar being in the wrong place Angus -Original Message- From: Jonathan Roberts [mailto:[EMAIL PROTECTED]] Sent: 23 September 2002 12:51 To: [EMAIL PROTECTED] Subject: Re: NoSuchMethodError Hi Angus, Is the name of the file really

Re: NoSuchMethodError

2002-09-23 Thread Jonathan Roberts
Hi Angus, Is the name of the file really "HelloDD1.dd" - I generally use xml as the deployment descriptor. If it is then check : check the methods specified are in the class that you have specified. i.e. here "getAccount" is a method in "com.myClass" Other issues: 1. Is your clas

Re: NoSuchMethodError (just for my sample, the other are working)

2002-05-17 Thread Bruno Fischel
cc: Subject: Re: NoSuchMethodError (just for my sample, the other are working) 05/17/02 06:59 AM

Re: NoSuchMethodError (just for my sample, the other are working)

2002-05-17 Thread Jacob Bowers
Try moving a later version of an xml parser higher in your classpath. xerces1_4_2.jar works. Older versions can give you the NoSuchMethodError. Bruno Fischel wrote: > Hello, > I have created a Java class that I want to deploy as a webservice. > Basically, this class has two methods dealing wit

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
Yes I already added that in the tomcat.bat file. Rino -Original Message- From: Vinod Soni [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: Re: NoSuchMethodError You will also have to take care that xerces.jar appears first in the

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
By current directory do you mean to say the directory in which my Client and Server programs reside? Rino -Original Message- From: Alex Kashko [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError is the current

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
Thanks, I'll try this out. Rino -Original Message- From: Lene Bredgaard [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:25 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError I have recently been introduced to a nice little tool, that helped me getting my clas

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
I'll try this out, thanks. Rino -Original Message- From: Eric Hsiung [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:44 AM To: '[EMAIL PROTECTED]' Subject: RE: NoSuchMethodError Tomcat first looks for jar files in $TOMCAT_HOME/lib and then the class

RE: NoSuchMethodError

2001-11-29 Thread Eric Hsiung
. Eric > -Original Message- > From: Vinod Soni [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 11:34 AM > To: [EMAIL PROTECTED] > Subject: Re: NoSuchMethodError > > > You will also have to take care that xerces.jar appears first in the > classpath

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
I did add the xerces.jar file in the tomcat.bat file. Still this does not help. Rino -Original Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:35 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError > -Original Mess

RE: NoSuchMethodError

2001-11-29 Thread William Brogden
> -Original Message- > From: Rino Srivastava [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 11:12 AM > To: [EMAIL PROTECTED] > Subject: NoSuchMethodError > > > Hi there: > > I am trying to run your HelloServer.java and Client.java > programs using soap and java. > >

Re: NoSuchMethodError

2001-11-29 Thread Vinod Soni
a Rao [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 11:40 PM > To: [EMAIL PROTECTED] > Subject: Re: NoSuchMethodError > > > I tried and no rpoblem.check ur classpath > - Original Message - > From: "Rino Srivastava" <[EMAIL PROTE

RE: NoSuchMethodError

2001-11-29 Thread Alex Kashko
> Thanks. > Rino > > -Original Message- > From: P Sreenivasa Rao [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 11:40 PM > To: [EMAIL PROTECTED] > Subject: Re: NoSuchMethodError > > > I tried and no rpoblem.check ur classpath > - Original Mes

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
:40 PM To: [EMAIL PROTECTED] Subject: Re: NoSuchMethodError I tried and no rpoblem.check ur classpath - Original Message - From: "Rino Srivastava" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 8:11 AM Subject: NoSuchMethodError > Hi

RE: NoSuchMethodError

2001-11-29 Thread Lene Bredgaard
PROTECTED] Subject: Re: NoSuchMethodError I tried and no rpoblem.check ur classpath - Original Message - From: "Rino Srivastava" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 8:11 AM Subject: NoSuchMethodError > Hi there: &g

Re: NoSuchMethodError

2001-11-29 Thread P Sreenivasa Rao
I tried and no rpoblem.check ur classpath - Original Message - From: "Rino Srivastava" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 8:11 AM Subject: NoSuchMethodError > Hi there: > > I am trying to run your HelloServer.java and Client.java programs using

RE: NoSuchMethodError

2001-07-24 Thread Matthew J. Duftler
Hi Stephan, The JSPs which make up the web-based admin interface work because they don't have to parse the incoming request. That is, they don't hit the non-namespace-aware implementation of the DOM interfaces. Thanks, -Matt > -Original Message- > From: Stephan Wiesner [mailto:[EMAIL PR

Re: NoSuchMethodError, CLASSPATH-Problem , it works!!

2001-07-24 Thread Andreas Ullmann
know why the CLASSPATH) > doesn't work. > But I removed everything I don't need from lib/ext. And now it works. > Seems the problem was with 'xsltc.jar'. > > Stephan > > - Original Message - > From: "Saint-Martin Cecile" <[EMAIL PROTEC

Re: NoSuchMethodError, CLASSPATH-Problem , it works!!

2001-07-24 Thread Stephan Wiesner
rom: "Saint-Martin Cecile" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 11:28 AM Subject: RE: NoSuchMethodError, CLASSPATH-Problem > Check that you haven't others .jar containing parsers in your classpath. > Wich JDK do you us

Re: NoSuchMethodError, CLASSPATH-Problem

2001-07-24 Thread Stephan Wiesner
To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 11:28 AM Subject: RE: NoSuchMethodError, CLASSPATH-Problem > Check that you haven't others .jar containing parsers in your classpath. > Wich JDK do you use (Sun or IBM)? > > SAINT-MARTIN Cecile > [EMAIL PROTECTED] >

RE: NoSuchMethodError, CLASSPATH-Problem

2001-07-24 Thread Saint-Martin Cecile
AIL PROTECTED] > Objet : Re: NoSuchMethodError, CLASSPATH-Problem > > > Still doesn't work :-( > I have seen something else, though, might be the solution. > I have xerces.jar in c:\xerces.jar (Xerces 1.4.1) > My CLASSPATH says c:\xerces.jar;.;d:\... > Tomc

Re: NoSuchMethodError, CLASSPATH-Problem

2001-07-24 Thread Stephan Wiesner
t figure it out :-( Stephan - Original Message - From: "Nor Azmi Shaparuddin Bin Aris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 10:29 AM Subject: Re: NoSuchMethodError > I encountered the same error message while doing the test ... >

Re: NoSuchMethodError

2001-07-24 Thread Nor Azmi Shaparuddin Bin Aris
I encountered the same error message while doing the test ... I was using Xerces 1.3.1 + SOAP 2.2 and Tomcat 3.2.2 but when I changed to Xerces 1.4.1 the problem not longer exist. - TQ - Stephan Wiesner wrote: > Tomcat works fine, I have deployed my service and I can list it, but it > doesn't

Re: NoSuchMethodError in QName of SOAP2.2

2001-07-04 Thread William Brogden
Ralf Bierig wrote: > > I got the following error message, when I try to start > my SOAP client. I dont know what this means. I have > programmed my client originally for useage with Apache > SOAP 2.0, but it should work woth SOAP 2.2 as well, > because I think SOAP 2.2 is down compatibleor