users@jersey.java.net

Re: [Jersey] Re: Problems handling multipart/form-data input

From: Martin Matula <martin.matula_at_oracle.com>
Date: Thu, 30 Sep 2010 07:23:18 +0200

Would you be able to send a test case we could debug?
Martin

On Sep 29, 2010, at 8:45 PM, Marko Asplund wrote:

> Hi,
>
> I just tried using FormDataMultiPart but unfortunately it doesn't
> seem to help.
> Now I get the following error message:
>
> Sep 29, 2010 8:20:35 PM
> com.sun.jersey.spi.container.ContainerRequest getEntity
> SEVERE: A message body reader for Java class
> com.sun.jersey.multipart.FormDataMultiPart, and Java type class
> com.sun.jersey.multipart.FormDataMultiPart, and MIME media type
> multipart/form-data;boundary=dqzA2iZ68nyu7SMv6H7ubUwP0-Hqsor was not
> found
> Sep 29, 2010 8:20:35 PM
> com.sun.jersey.spi.container.ContainerRequest getEntity
> SEVERE: The registered message body readers compatible with the MIME
> media type are:
> */* ->
> ...
>
> marko
>
>
> Martin Matula wrote:
> > Hi Marko,
> > Try using FormDataMultiPart, instead of MultiPart.
> > Martin
>
>