Re: fault listener

2004-06-11 Thread Scott Nichol
day, June 11, 2004 12:26 PM Subject: Re: fault listener Ok Scott, Thanks very much. I will try to make minimal examples that reproduces the errors, and investigate it. The big problem is I don't know much about serialization and deserialization; I am just a SOAP user. Do you have any problem

Re: fault listener

2004-06-11 Thread tizo
x27;t find the solution?, or do you prefer waiting until you have some time to investigate? Thanks for YOUR patience, tizo >-- Mensaje original -- >Reply-To: [EMAIL PROTECTED] >From: "Scott Nichol" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re:

Re: fault listener

2004-06-11 Thread Scott Nichol
specific mail lists. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 08, 2004 4:34 PM Subject: Re: fault listener Scott, I think that I was not clear enough (sorry about my english). I have two problems, which I'll try to exp

Re: fault listener

2004-06-11 Thread tizo
that would help? Thanks very much, tizo >-- Mensaje original -- >Reply-To: [EMAIL PROTECTED] >From: "Scott Nichol" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re: fault listener >Date: Mon, 7 Jun 2004 23:59:18 -0400 > > >- Ori

Re: fault listener

2004-06-08 Thread tizo
TECTED] >From: "Scott Nichol" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re: fault listener >Date: Mon, 7 Jun 2004 23:59:18 -0400 > > >- Original Message - >From: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday,

Re: fault listener

2004-06-07 Thread Scott Nichol
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 7:55 PM Subject: Re: fault listener Scott, >>>> I have tried with the nightly build of Apache SOAP, and there is not more exception in the client when I use Exc

Re: fault listener

2004-06-07 Thread tizo
uch, tizo >-- Mensaje original -- >Reply-To: [EMAIL PROTECTED] >From: "Scott Nichol" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re: fault listener >Date: Mon, 7 Jun 2004 09:51:19 -0400 > > >I'll note two things: > >1. If you can i

Re: fault listener

2004-06-07 Thread tizo
java.lang.Thread.run(Thread.java:534) Scott, Neither is whitespace in the name of the fault listener class nor the class is misspelled. I am going to try with the nightly build of Apache SOAP. Thanks you both very much, tizo >-- Mensaje original -- >Reply-To: [EMAIL PROTECTED]

Re: fault listener

2004-06-07 Thread Scott Nichol
ption information in the area you are having problems. 2. One of the issues in 2.3.1 is that you will get the kind of generic error you see below if you include whitespace in the name of the fault listener class or misspell the class. For example, having the following in the deployment descriptor

Re: fault listener

2004-06-07 Thread Martin Gainty
Tizo Can you display the contents of the Tomcat log relating to this exception Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 1:52 AM Subject: fault listener Hi there, I have been testing some services with no faul

fault listener

2004-06-06 Thread tizo
Hi there, I have been testing some services with no faultListener at all, and everything worked right. I have tryed DOMFaultListener, and it works ok too. But I have a problem with ExceptionFaultListener. When there is no exception generated at the server side, it works fine. But when there is an