DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10299>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10299 Bean serialize for bean without getter/setter methods Summary: Bean serialize for bean without getter/setter methods Product: Axis Version: beta-2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Bean serialization for beans without getter/setter methods does not seem to work in beta-2. This is due to org.apache.axis.utils.BeanUtils:261 ((BeanPropertyDescriptor)pd.get(i)).getName(); The i should be a j: ((BeanPropertyDescriptor)pd.get(j)).getName()