Re: Global exception handling

2011-01-28 Thread Ognjen Blagojevic
Thank you, I will check it out. -Ognjen On 28.1.2011 14:42, haipeng du wrote: Here is one link to write your own module. http://axis.apache.org/axis2/java/core/docs/modules.html On Fri, Jan 28, 2011 at 1:31 AM, Ognjen Blagojevic mailto:[email protected]>> wrote: Hi Du, I

Re: Global exception handling

2011-01-28 Thread haipeng du
Here is one link to write your own module. http://axis.apache.org/axis2/java/core/docs/modules.html On Fri, Jan 28, 2011 at 1:31 AM, Ognjen Blagojevic < [email protected]> wrote: > Hi Du, > > I was hoping that was possible, but I am unable to find any reference in > the documentation

Re: Global exception handling

2011-01-28 Thread Ognjen Blagojevic
Hi Du, I was hoping that was possible, but I am unable to find any reference in the documentation how to do that. Could you provide any pointers how can I configure Axis2 to use my exception handler? -Ognjen On 27.1.2011 17:16, haipeng du wrote: I think you can write your own handler and

Re: Global exception handling

2011-01-27 Thread haipeng du
I think you can write your own handler and configure axis2.xml to process exception. 2011/1/27 Ognjen Blagojevic > Hi, > > I have a web service with several hundred methods, each of which may throw > a RuntimeException. > > I need to to do certain action (log, send email) when exception is throw