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

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


     [ http://jira.jboss.com/jira/browse/JBSEAM-2357?page=all ]

Michael Youngstrom updated JBSEAM-2357:
---------------------------------------

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

> 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
>            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 have an expression that normally works occasionally return "null".  I've traced the problem to EL.EL_CONTEXT.  In non faces requests this is used instead of an ELContext 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