Bug 1002883

Summary: Fix RestEASY warning about non-provider class being registered as a provider
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Horia Chiorean <hchiorea>
Component: ModeShapeAssignee: Horia Chiorean <hchiorea>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, felias, fnguyen, vhalbert
Target Milestone: ER2Keywords: QA-Closed
Target Release: 6.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-10 08:48:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Horia Chiorean 2013-08-30 07:20:12 UTC
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.

Comment 1 JBoss JIRA Server 2013-08-30 07:23:55 UTC
Horia Chiorean <hchiorea> made a comment on jira MODE-2020

Removed FileUploadForm from the list of RestEASY providers.

Comment 2 JBoss JIRA Server 2013-08-30 12:50:55 UTC
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.)

Comment 8 JBoss JIRA Server 2013-10-24 09:23:29 UTC
Randall Hauch <rhauch> updated the status of jira MODE-2020 to Closed

Comment 9 belong 2013-11-19 23:17:05 UTC
Fixed before GA - setting to requires_doc_text- accordingly