ModeShape's REST service registers with RestEASY a bunch of provider classes: https://github.com/ModeShape/modeshape/blob/master/web/modeshape-web-jcr-rest/src/main/java/org/modeshape/web/jcr/rest/JcrApplication.java. Among those, there is a POJO which is not a real provider (and not annotated as such): {{org.modeshape.web.jcr.rest.form.FileUploadForm}}. This causes RestEASY to issue the following warning: 15:23:17,165 WARN [org.jboss.resteasy.spi.ResteasyDeployment] (ServerService Thread Pool -- 52) Application.getClasses() returned unknown class type: org.modeshape.web.jcr.rest.form.FileUploadForm This POJO should be removed from the list of providers.
Horia Chiorean <hchiorea> made a comment on jira MODE-2020 Removed FileUploadForm from the list of RestEASY providers.
Randall Hauch <rhauch> made a comment on jira MODE-2020 Rebased and merged into the 'master' branch. (Will remain open until the BZ is approved and merged into the '3.3.x-prod-ip6.0' branch.)
https://github.com/jboss-integration/modeshape/commit/42a126225ed990e4c5e663f4e913eaf7d733f4b2
Randall Hauch <rhauch> updated the status of jira MODE-2020 to Closed
Fixed before GA - setting to requires_doc_text- accordingly