Hello Sergey,

I am using cxf version 2.7.0.redhat-610379, as part of fabric and camel, and
have followed a similar path, configuring the @Multipart to my json type. I
also have an attachment as well in the request, but I get the same problem.
Is there something wrong with version 2.7.0?

ResourceClass{

.....
@POST
@Path("/stat/{statId}/status")
@Consumes(MediaType.MULTIPART_FORM_DATA)
@Produces(MediaType.APPLICATION_JSON)
public Response createStatus(@Multipart(value="upload", required = false)
Attachment upload, @FormParam(value = "update")StatusUpdateType
statusUpdate){
return null;
}



--
View this message in context: 
http://cxf.547215.n5.nabble.com/JAX-RS-form-reading-I-m-stumped-tp567915p5760543.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to