Hi Seth,

This was a bug in Axis, it was fixed a day or two ago.
Try the latest CVS tree and see if it works correctly for you now.

--
Tom Jordahl


-----Original Message-----
From: Seth Ladd [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:47 AM
To: [EMAIL PROTECTED]
Subject: How to stop encoding public static fields?


Hello again,

Is there any way in Axis to tell the encoder to ignore public static
fields?  Or better yet, if the field is final, to ignore setting it?

I have a class that has a list of public static final attributes.  They
get encoded OK (which is a bit verbose I guess), but when they get
decoded the engine tries to set those final fields, which of course
fails.

Any ideas here?  Do I have to move those static finals out of the class?

Thanks very much,
Seth


Reply via email to