http://cwiki.apache.org/CXF20DOC/jax-rs.html
On that page, none of the initial code examples of form-receiving functions included the @Consumes annotation. I find that I get an error if my function is not annotated with @Consumes: WARNING: .No message body reader found for request class : Gazetteer, ContentType : multipart/form-data;boundary=yqwnhykenlqcplmubi2gj6ozstiv31yvci0b. Are the examples wrong, or am I confused?
