|
From: Patrick R. <pa...@ta...> - 2007-03-22 18:49:58
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, is there a good way to generate custom failures during an xmlrpc call on the server side? E.g. the call should query some information from a database but the database server is down. What I did at the moment was to modify GOA_SERVER_PROXY to have a last_failure STRING and in GOA_XMLRPC_SERVLET check if last_failure is set and create a GOA_XRPC_FAULT for it. Is there a better way for this or should errors be handled completely different? Regards, Patrick -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGAs/JaA/ofYi4EMoRAqPIAJ9ADbkOPorrpnVm5byuXihfi4AxPgCfQOKr Ym/LBiZ5F0UCw7zG5+maq/w= =OnT2 -----END PGP SIGNATURE----- |