[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3383) REST @Context injection for Seam component resources

Christian Bauer (JIRA) jira-events at lists.jboss.org
Thu Sep 4 18:21:38 EDT 2008


REST @Context injection for Seam component resources
----------------------------------------------------

                 Key: JBSEAM-3383
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3383
             Project: Seam
          Issue Type: Bug
          Components: WS
            Reporter: Christian Bauer
            Assignee: Christian Bauer
            Priority: Critical


The JAX-RS @Context annotation on fields does not work for JAX-RS resources when the resource class is a Seam component (instantiated and intercepted by Seam). 

AFAIK the fields annotated with @Context are injected with a proxy when instantiated by Resteasy. When Seam instantiates and manages the object, the proxy isn't injected. Need to find out how Resteasy does that and port it/call it from a Seam interceptor.



-- 
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