Q. Does the individual part which carries the json payload have Content-Type: application/json ?
A - Yes it does. Plus I also tried setting the type in @Multipart annotation as well. Q. If yes - can JacksonJaxbJsonProvider convert it, is Status type a JAXB bean ? Yes and yes. In previous iterations, I had this method with only the StatusUpdateType and no attachment. In that instance, the @Consumes contained only application/json, and it all worked fine. This is a new iteration, where I am attempting to add an attachment, and as such have made everything @Multipart as specified by the CXFRS documentation. Yes Jackson worked fine, and has worked fine in every other service that I have registered as part of my APIs. -- View this message in context: http://cxf.547215.n5.nabble.com/JAX-RS-form-reading-I-m-stumped-tp567915p5760555.html Sent from the cxf-user mailing list archive at Nabble.com.
