Re: Probelm concerning String serialization of Excpetions

2001-09-25 Thread Richard Boehme
Nevermind; you should be able to get it from CVS; the patch is in. --Richard On Tue, 25 Sep 2001, Richard Boehme wrote: > That is on the bug list and a patch has been created; it just needs to be > put in, which should happen in the next few days. > > --Richard > > On Mon, 24 Sep 2001 [EMAIL P

Re: Probelm concerning String serialization of Excpetions

2001-09-25 Thread Richard Boehme
That is on the bug list and a patch has been created; it just needs to be put in, which should happen in the next few days. --Richard On Mon, 24 Sep 2001 [EMAIL PROTECTED] wrote: > Hi! > > I've encountered a serious problem in case throwing an exception. > The exception is thrown within a servi

RE: Probelm concerning String serialization of Excpetions

2001-09-24 Thread Micael Ericsson (QIN)
I have also noticed this and I have reported it as a bug (to Apache via Bugzilla). The workaround I am using is encapsulating all FAULT data (ie message in thrown exception) with "". Sample) Error message "Number should be < 55" is sent with throw new SOAPException(""). This tells XML parser