[jbossts-issues] [JBoss JIRA] Assigned: (JBTM-326) TxImporter is not thread-safe and it is used in concurrent environment

Mark Little (JIRA) jira-events at lists.jboss.org
Thu Aug 28 16:31:38 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBTM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Little reassigned JBTM-326:
--------------------------------

    Assignee: Mark Little


> TxImporter is not thread-safe and it is used in concurrent environment
> ----------------------------------------------------------------------
>
>                 Key: JBTM-326
>                 URL: https://jira.jboss.org/jira/browse/JBTM-326
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JTA Implementation
>    Affects Versions: 4.2.3.SP7
>         Environment: JBoss-4.2.1.GA
>            Reporter: Pavel Kadlec
>            Assignee: Mark Little
>
> com.arjuna.ats.internal.jta.transaction.arjunacore.jca.TxImporter is used by com.arjuna.ats.internal.jta.transaction.arjunacore.jca.XATerminatorImple. The field TxImporter._transactions is static and there can be more XATerminatorImple objects in JVM or there can more threads in one XATerminatorImple object. The access to that field is not synchronized. Type of the field is non-synchronized HashMap.

-- 
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 jbossts-issues mailing list