Wrapping a AxisFault inside AxisFault has given us a lot of trouble getting the fault causes to build the SOAP faults.
+1 Saminda On 4/6/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
+1 On 4/5/07, Glen Daniels <[EMAIL PROTECTED]> wrote: > Hi all: > > Right now we have AxisFault(Throwable) as a public constructor. This > means it's possible to wrap AxisFaults inside AxisFaults, and there are > a few places where this can happen - this can make it really hard to > unwind the cause of a fault. Axis 1.X deals with this by having the > constructor be private/protected, and making sure that > AxisFault.makeFault() is always used to get AxisFaults from Exceptions. > > I'm going to make this same change in Axis2, replacing all calls to "new > AxisFault(exception)" with "AxisFault.makeFault(exception)". > > Holler if you have any issues with this? > > Thanks, > --Glen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org
