RE: AxisFault not Serializable

2008-06-19 Thread Michael Mathers
have Axis source code in front of me but looking at the stack trace it appears that AxisFault has an inner class named FaultReason that is throwing the not serializable exception. I would guess that FaultReason doesnt implement Serializable. Steve Michael Mathers wrote: > Despite th

RE: AxisFault not Serializable

2008-06-19 Thread Michael Mathers
Despite this class implements Serializable, I get NotSerializableException when I try to do so. I am using Axis 1.1.1. I searched the Issue database but I did not find this issue anywhere (resolved or unresolved). I even searched this list but to no avail. Please excuse me if I'm being igno

AxisFault not Serializable

2008-06-17 Thread Michael Mathers
Despite this class implements Serializable, I get NotSerializableException when I try to do so. I am using Axis 1.1.1. I searched the Issue database but I did not find this issue anywhere (resolved or unresolved). I even searched this list but to no avail. I am hesitant to report it as I am