Re: How to use your own EOFaultHandler subclass?
Chuck Hill <[email protected]> Sat, 03 May 2003 13:11:14 -0700
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
That's a good question. As faults are now just EOEnterpriseObjects of some sort or another, you should be able to just override public EOFaultHandler faultHandler() to return your sub-class. However I've had some trouble in the past with doing things like that. It seems like the frameworks are not very consistent about using such methods internally. A sloppy practice, IMHO. Another thing you could try is to override public void turnIntoFault(EOFaultHandler handler) and pass your handler on to super instead of the parameter. I don't see any other place to set the handler or to set a default. FWIW Chuck At 10:58 AM 03/05/2003 -0400, Jesse Barnum wrote: >Is there any way to make EOF use my custom subclass of EOFaultHandler >for newly created faults? > >--Jesse Barnum, CEO, 360Works >http://www.360works.com/ >Try WooF, the only solution for linking WebObjects and FileMaker! > >_______________________________________________ >EOF mailing list >[email protected] >http://www.omnigroup.com/mailman/listinfo/eof > -- Chuck Hill [email protected] Global Village Consulting Inc. http://www.global-village.net