You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/11/20 17:52:42 UTC

DO NOT REPLY [Bug 14713] - Axis does not enforce use="required" on attributes

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=14713>.
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=14713

Axis does not enforce use="required" on attributes





------- Additional Comments From tomj@macromedia.com  2002-11-20 16:52 -------
Do you have any suggestions on how to implement this behavior?
Since attribute are bean properties, how do we force them to be set?
Should we run a verification step after deserailizing a bean to see if an 
attribute was present?

Code patches are welcome.