Hi,

I've noticed that Axis-generated classes don't have a private static
final long serialVersionUID member.  This isn't an error, but Eclipse
reports it with a compile warning.  I've researched a little and found
out that having this member is not required, but is highly recommended
to ensure interopability while serializing on different platforms.

I'd like to get rid of the warnings.  Eclipse will generate it for me,
but I have well over 100 classes with this problem, so it'd be great if
I could find an automatic fix.

Thanks,
Dan

Reply via email to