[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1551) SimpleStatefulCache does not synchronize StatefulBeanContext instances during get() Activation
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Mon Oct 27 17:38:31 EDT 2008
SimpleStatefulCache does not synchronize StatefulBeanContext instances during get() Activation
----------------------------------------------------------------------------------------------
Key: EJBTHREE-1551
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1551
Project: EJB 3.0
Issue Type: Bug
Components: core
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 1.0.0-CR1
Both removal and passivation synchronize on instances of StatefulBeanContext, however activation does not, leading to potential problems w/ Thread visibility and undesired interleaving.
Apply these guards in any case StatefulBeanContext is used.
--
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 jboss-jira
mailing list