JBoss-AS-5.0.x-TestSuite-sun15 - Build # 880 - Still Unstable:
Check console output at
https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x-TestSuite-sun15/880 to view the
results.
Modifications since last build:
[alex.loubyansky(a)jboss.com] JBCTS-843 with comparator impl some of the callbacks were
getting lost due to inconsistent impl with equals. Current impl is a copy of the helper
method from the metadata project where it is also tested. After the metadata release, the
method from the metadata project should be used instead.
[adrian(a)jboss.org] [JBAS-5866] - Clear the queue using receive() instead of
receiveNoWait()
[galder.zamarreno(a)jboss.com] [JBAS-5923] Removed unused imports.
[galder.zamarreno(a)jboss.com] [JBAS-5923] Fix JRMPInvokerHaFactory to return a Map instead
of WeakHashMap.
[galder.zamarreno(a)jboss.com] [JBAS-5923] Fixed test case classes to deal with new
txFailoverAuthorizations type (WeakHashMap -> Map).
[galder.zamarreno(a)jboss.com] [JBAS-5923] Weak hash map is now a synchronized map in order
to avoid k,v pairs dissapearing under load. Removed any synchronization on tpc except if
putIfAbsent type of operations done.
[Jesper Pedersen] [JBAS-5095] Race condition between connection.close() and
transaction.rollback()
[Jesper Pedersen] [JBAS-5095] Race condition between connection.close() and
transaction.rollback()
[jhalliday] Added new bindings for the transaction service to service binding manager
integration. JBAS-5192 and JBTM-394.