[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3938) Seam's Resteasy implementation does not support tagged interfaces, nor classes that implement them.

John Sublette (JIRA) jira-events at lists.jboss.org
Fri Feb 6 17:03:44 EST 2009


Seam's Resteasy implementation does not support tagged interfaces, nor classes that implement them.
---------------------------------------------------------------------------------------------------

                 Key: JBSEAM-3938
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3938
             Project: Seam
          Issue Type: Bug
    Affects Versions: 2.1.1.GA
         Environment: SEAM 2.1.1.GA with seam-resteasy patch described in https://jira.jboss.org/jira/browse/JBSEAM-3449, and RestEasy 1.0.1.GA.
            Reporter: John Sublette
            Priority: Minor


Seam's Resteasy implementation does not support tagged interfaces, nor classes that implement them as described in RestEasy's documentation (section 28.2 - Sharing an interface...).  An interface with tagged @Path throws an exception when it is registered - because an interface doesn't have a constructor.

See org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap Line 112 through 138 for how RestEasy handles this by default - (using Scannotation)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list