No. If the default AxisFault would have worked we would not have had the serialization issue. Please read my comments in JIRA/code.
Daryoush > -----Original Message----- > From: Eddie ONeil [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 07, 2005 3:39 PM > To: Beehive Developers > Subject: beehive-717 and AxisFaults > > Daryoush-- > > Another thought occurred to me regarding the AxisFault fix in JIRA > 717 -- for the beginning of the discussion, see here: > > http://issues.apache.org/jira/browse/BEEHIVE-717 > > Instead of creating a new AxisFaultAdapter, could we just call the > AxisFault.makeFault(Exception) method which according to the Javadoc > here: > > http://ws.apache.org/axis/java/apiDocs/org/apache/axis/AxisFault.html#ma ke > Fault(java.lang.Exception) > > would just return the AxisFault or wrap if needed? > > Eddie