[jbossts-issues] [JBoss JIRA] Updated: (JBTM-328) Synchronization bug in org.jboss.txbridge.TxBridgeManager

Mark Little (JIRA) jira-events at lists.jboss.org
Sat Mar 1 19:15:58 EST 2008


     [ http://jira.jboss.com/jira/browse/JBTM-328?page=all ]

Mark Little updated JBTM-328:
-----------------------------

    Component/s: WS-T Implementation

> Synchronization bug in org.jboss.txbridge.TxBridgeManager
> ---------------------------------------------------------
>
>                 Key: JBTM-328
>                 URL: http://jira.jboss.com/jira/browse/JBTM-328
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: WS-T Implementation
>         Environment: JBoss-4.2.1.GA, JBossTS-4.2.3.SP7
>            Reporter: Pavel Kadlec
>
> Method org.jboss.txbridge.TxBridgeManager.getInboundBridge() should be synchronized, 
> there should at least  synchronization of following code is necessary
> Xid xid = txIdMappings.get(externalTxId);
> if(xid == null) {
> 	xid = createMappings(externalTxId);
> }

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