[seam-issues] [JBoss JIRA] (JBSEAM-4020) Custom RESTEasy StringConverter provider classes need special registration

Marek Novotny (JIRA) jira-events at lists.jboss.org
Wed Jun 12 06:06:54 EDT 2013


     [ https://issues.jboss.org/browse/JBSEAM-4020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny updated JBSEAM-4020:
----------------------------------

    Fix Version/s: 2.2.0.GA

    
> Custom RESTEasy StringConverter provider classes need special registration
> --------------------------------------------------------------------------
>
>                 Key: JBSEAM-4020
>                 URL: https://issues.jboss.org/browse/JBSEAM-4020
>             Project: Seam 2
>          Issue Type: Task
>          Components: WS
>            Reporter: Christian Bauer
>             Fix For: 2.2.0.GA
>
>
> RESTEasy offers a custom StringConverter provider extension. Unlike normal providers, the SPI in RESTEasy for registration of these providers is different:
>                 if (StringConverter.class.isAssignableFrom(providerClass)) {
>                     providerFactory.addStringConverter(providerClass);
>                 } else {
>                     providerFactory.registerProvider(providerClass);
>                 }
> This needs to be fixed in RestEasyDispatcher.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list