[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3939) Seam's Resteasy implementation does not support multiple applications using resteasy on same server

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


Seam's Resteasy implementation does not support multiple applications using resteasy on same server
---------------------------------------------------------------------------------------------------

                 Key: JBSEAM-3939
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3939
             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.   Running 2 Resteasy applications on Tomcat server.
            Reporter: John Sublette
            Priority: Minor


Seam's Resteasy implementation does not support multiple applications using resteasy on same server.  Problem is with ResteasyDispatcher.onStartup() where there is a call to ResteasyProviderFactory.setInstance() that register's the provider factory.   When the second application calls this, it sets the static variable - thus overwriting the first application's.

I have patched it to set a custom ResteasyProviderFactory subclass based on ThreadLocalResteasyProviderFactory instead.  This subclass is a STATELESS Seam object that grabs the web-app appropriate providerFactory through a Seam Component.getInstance() call (injection may have worked too).

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