It's taking me forever to debug this, but in the process of troubleshooting I
noticed that MultiPartReader isn't annotated with @Provider as required
according to MessageBodyReader's specification. The Javadoc reads "To add a
MessageBodyReader implementation, annotate the implementation class with
@Provider". Could this be it? It still doesn't explain why this works under
Glassfish without the annotation.
Gili
Gili wrote:
>
> I took my existing webapp, moved from Glassfish v2 to Tomcat and all of a
> sudden I get:
>
> SEVERE: A message body reader for Java type, class
> com.sun.jersey.multipart.MultiPart, and MIME media type, multipart/mixed,
> was not found
>
> I'm guessing that Jersey provider scanning is failing under Tomcat for
> some reason...? Paul, Craig can you guys confirm this?
>
> Thanks,
> Gili
>
--
View this message in context: http://n2.nabble.com/Jersey-provider-detection-fails-under-Tomcat--tp1688690p1696624.html
Sent from the Jersey mailing list archive at Nabble.com.