Re: exception handling

2004-01-13 Thread Scott Nichol
The NPE is a bug that was fixed after 2.3.1. At issue is the following from the DeploymentDescriptor: org.apache.soap.server.DOMFaultListener The character data for the faultListener is the name of a Java class. Because white space is significant in the data, the class name in this case h

RE: Exception Handling/Error Reporting

2002-01-11 Thread George Voronoff
I did some googling and I found an email that was send by Michael J. Hudson that says that the Call objects getFullTargetObjectURI() gets wiped out when there is a Soap Fault. His workaround solution is to save the full target object uri before the call and reset it after in the case where there

RE: Exception handling

2001-09-13 Thread Vikram Rajan
CTED] > Subject: RE: Exception handling > > Hello! > > I'm using EJB in combination to SOAP. I'm not able to import SOAP > components > in my EJB class, because: > then I have to put soap.jar into the classpath of weblogic, otherwise a > deployment of t

RE: Exception handling

2001-09-13 Thread Andreas Ullmann
thin service layer. > Is that right? > > Michael > > > -Original Message- > > From: Micael Ericsson (QIN) [SMTP:[EMAIL PROTECTED]] > > Sent: Monday, September 10, 2001 12:45 PM > > To: '[EMAIL PROTECTED]' > > Subject:RE: Exception handling

RE: Exception handling

2001-09-13 Thread michael . knuemann1
Micael Ericsson (QIN) [SMTP:[EMAIL PROTECTED]] > Sent: Monday, September 10, 2001 12:45 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Exception handling > > You could create SOAP service classes as front-ends to existing ones. In > your front-end classes you call exi

RE: Exception handling

2001-09-10 Thread Micael Ericsson (QIN)
service as a UI. /Micael E. -Original Message- From: Vikram Rajan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 11:32 AM To: '[EMAIL PROTECTED]' Subject: RE: Exception handling That would really hamper re-usability wouldnt it? what if i needed to web serv

Re: Exception handling

2001-09-10 Thread ParamDeep Singh
aware how! Can you please explain in details. Regards, Paramdeep - Original Message - From: "Micael Ericsson (QIN)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 2:52 PM Subject: RE: Exception handling > You should only th

RE: Exception handling

2001-09-10 Thread Vikram Rajan
; From: Micael Ericsson (QIN) > Reply To: [EMAIL PROTECTED] > Sent: Monday, September 10, 2001 2:52 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Exception handling > > You should only throw SOAPException's from Java class representing a SOAP > s

RE: Exception handling

2001-09-10 Thread Micael Ericsson (QIN)
You should only throw SOAPException's from Java class representing a SOAP service. SOAPExceptions are translated into SOAP Fault codes and text. You can also incorporate your 'UnknownUserException' into a SOAPException. /Micael E. -Original Message- From: Vikram Rajan [mailto:[EMAIL PR

Re: Exception handling

2001-09-10 Thread Elise_Dupont
i have the same problems. i want to handle lotus.domino.NotesException but never get the lotus.domino.NotesException message... if someone have an answer Lionbridge Technologies - France www.lionbridge.com Vikram Rajan <[EMAIL PROTECTED]> 0