You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Zo...@bnpparibas.com on 2001/05/30 12:26:27 UTC

SOAPFaultListener params

Hello fellow Soapsters
We have been using Apache Soap(2.1) in a global production  system
for ~6months with very positive results.

I have just knocked together an impl of SOAPFaultListener that packages the
exception details in JMS
message ( message,stack trace, server name , etc)  and publishes that on an
'exceptions topic' monitored by
production , I have also put togther a little monitoring Swing UI.
I have encountered the following problem:
I need to configure the listener with the name of the topic , JMS server
name , etc.
and the current deployment desc has no provision for that.
It can obviously be extended with <parameter> style of class config....
I will be happy to hand over this handler/monitor if deemed useful , and
would appreciate
some comments as to passing config info to the Handler.

Cheers
Zohar Melamed
BNP Pariabas







___________________________________________________________

This message and any attachments (the "message") is intended solely for
the addressees and is confidential.  If you receive this message in error,
please delete it and immediately notify the sender.

Any use not in accord with its purpose, any dissemination or disclosure,
either whole or partial, is prohibited except formal approval.

The internet can not guarantee the integrity of this message.  BNP PARIBAS
(and its subsidiaries) shall (will) not therefore be liable for the message
if modified.
                       --------------------------------------------------
Ce message et toutes les pieces jointes (ci-apres le "message") sont
etablis a l'intention exclusive de ses destinataires et sint confidentiels.
Si vous recevez ce message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur.

Toute utilisation de ce message non conforme a sa destination, toute
diffusion ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse.

L'internet ne permettant pas d'assurer l'integrite de ce message, BNP
PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.
___________________________________________________________

RE: SOAPFaultListener params

Posted by "Matthew J. Duftler" <du...@watson.ibm.com>.
Hi Zohar,

Unfortunately, there is no straight-forward way to do this. Reading from a
file or reading system properties are two options that may work (however
inelegant).

Thanks,
-Matt

> -----Original Message-----
> From: Zohar_MELAMED.BNP@bnpparibas.com
> [mailto:Zohar_MELAMED.BNP@bnpparibas.com]
> Sent: Wednesday, May 30, 2001 6:26 AM
> To: soap-dev@xml.apache.org
> Subject: SOAPFaultListener params
>
>
>
> Hello fellow Soapsters
> We have been using Apache Soap(2.1) in a global production  system
> for ~6months with very positive results.
>
> I have just knocked together an impl of SOAPFaultListener that
> packages the
> exception details in JMS
> message ( message,stack trace, server name , etc)  and publishes
> that on an
> 'exceptions topic' monitored by
> production , I have also put togther a little monitoring Swing UI.
> I have encountered the following problem:
> I need to configure the listener with the name of the topic , JMS server
> name , etc.
> and the current deployment desc has no provision for that.
> It can obviously be extended with <parameter> style of class config....
> I will be happy to hand over this handler/monitor if deemed useful , and
> would appreciate
> some comments as to passing config info to the Handler.
>
> Cheers
> Zohar Melamed
> BNP Pariabas
>
>
>
>
>
>
>
> ___________________________________________________________
>
> This message and any attachments (the "message") is intended solely for
> the addressees and is confidential.  If you receive this message in error,
> please delete it and immediately notify the sender.
>
> Any use not in accord with its purpose, any dissemination or disclosure,
> either whole or partial, is prohibited except formal approval.
>
> The internet can not guarantee the integrity of this message.  BNP PARIBAS
> (and its subsidiaries) shall (will) not therefore be liable for
> the message
> if modified.
>                        --------------------------------------------------
> Ce message et toutes les pieces jointes (ci-apres le "message") sont
> etablis a l'intention exclusive de ses destinataires et sint
> confidentiels.
> Si vous recevez ce message par erreur, merci de le detruire et
> d'en avertir
> immediatement l'expediteur.
>
> Toute utilisation de ce message non conforme a sa destination, toute
> diffusion ou toute publication, totale ou partielle, est interdite, sauf
> autorisation expresse.
>
> L'internet ne permettant pas d'assurer l'integrite de ce message, BNP
> PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce
> message, dans l'hypothese ou il aurait ete modifie.
> ___________________________________________________________
>