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#makeFault(java.lang.Exception) would just return the AxisFault or wrap if needed? Eddie