From axis-dev-return-22912-apmail-ws-axis-dev-archive=ws.apache.org@ws.apache.org Fri Aug 01 14:48:11 2003 Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 3969 invoked by uid 500); 1 Aug 2003 14:48:10 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 3552 invoked from network); 1 Aug 2003 14:48:06 -0000 Date: Fri, 1 Aug 2003 07:48:11 -0700 (PDT) From: Chris Haddad To: axis-dev@ws.apache.org Subject: Re: global not working In-Reply-To: Message-ID: <20030801074617.E6221@minotaur.apache.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Lee - one workaround is to declare a global request handler that is the first handler executed. the actual request handler can be a NOOP. all faults will be caught by the handler. /Chris On Fri, 1 Aug 2003, Lee Cook wrote: > > > > > Hi. > Im brand new to this mailing list and appreciate being a member. > I am having trouble with getting a fault flow to work on Axis 1.1/IBM > ETTK1.0 and need some assistance. > I have a global handler that I need to get a callback from any service > thrown exception (Java service). > When my test service throws an excpetion my global handler never gets a > callback to its onFault() method either. > It appears that is enabled in Axis 1.1 src, but Im having no > luck at all getting it to work. > > here is my wsdd config. I need to detect all 3 operation types in a single > MYHandler class. > > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> > > > > > > > > > > > > > > > ... > > > ... > > > > ... > > > > > > > R Lee Cook > IBM WebAnalyticsDevelopment > Intranet: Lee Cook/Raleigh/IBM > Internet: leecook@us.ibm.com > Phone: 919-224-1488 TL: 8-687-1488 > "Chance favors the prepared mind" > >