Re: AxisFault not Serializable

2008-06-19 Thread Steve Hall
chael -Original Message- From: Steve Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 10:21 AM To: axis-user@ws.apache.org Subject: Re: AxisFault not Serializable Michael, I use Axis2 not Axis and I don't have Axis source code in front of me but looking at the stack trace it ap

Re: AxisFault not Serializable

2008-06-19 Thread keith chapman
then? > > Michael > > -Original Message- > From: Steve Hall [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2008 10:21 AM > To: axis-user@ws.apache.org > Subject: Re: AxisFault not Serializable > > Michael, > > I use Axis2 not Axis and I don't have

RE: AxisFault not Serializable

2008-06-19 Thread Michael Mathers
Yes, I use Axis2 v1.1.1 Should I log a bug for this then? Michael -Original Message- From: Steve Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 10:21 AM To: axis-user@ws.apache.org Subject: Re: AxisFault not Serializable Michael, I use Axis2 not Axis and I don't

Re: AxisFault not Serializable

2008-06-19 Thread Steve Hall
Michael, I use Axis2 not Axis and I don't 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

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

Re: AxisFault not Serializable

2008-06-17 Thread keith chapman
I tried your code sample with Axis2 1.4 and it works perfectly. Thanks, Keith. On Wed, Jun 18, 2008 at 10:51 AM, Michael Mathers < [EMAIL PROTECTED]> wrote: > Despite this class implements Serializable, I get > NotSerializableException when I try to do so. > > I am using Axis 1.1.1. I searche

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