[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: Transaction bridging bug?

kadlecp do-not-reply at jboss.com
Fri Feb 15 04:58:44 EST 2008


Another possible bug is bug in class com.arjuna.ats.internal.jta.transaction.arjunacore.jca.TxImporter. There is one field 

private static HashMap _transactions = new HashMap()
TxImporter is used by com.arjuna.ats.internal.jta.transaction.arjunacore.jca.XATerminatorImple. The field 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.

Pavel

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129589#4129589

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129589



More information about the jboss-dev-forums mailing list