[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2357) EL.EL_CONTEXT is not thread safe

Michael Youngstrom (JIRA) jira-events at lists.jboss.org
Fri Dec 7 12:33:26 EST 2007


EL.EL_CONTEXT is not thread safe
--------------------------------

                 Key: JBSEAM-2357
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2357
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.0.GA
            Reporter: Michael Youngstrom
         Assigned To: Michael Youngstrom
            Priority: Blocker
             Fix For: 2.0.1.GA


I've been doing some load testing.  I've got 2 non Faces threads operating concurrently.  I occationally an expression that normally returns a value would return "null".  I've traced the problem to EL.EL_CONTEXT.  In non faces requests this is used instead of a context provided by JSF.  javax.el.ELContext is not thread safe.  It contains "propertyResolved".

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

        



More information about the seam-issues mailing list