JBoss-AS-4.2.x-CompatibilityMatrix - Build # 205 - Unstable:
Check console output at
https://hudson.jboss.org/hudson//job/JBoss-AS-4.2.x-CompatibilityMatrix/205 to view the
results.
Modifications since last build:
[Jesper Pedersen] [JBAS-4871] TransactionIsolation is not reset when Connection is
returned to the pool
[richard.opalka(a)jboss.com] [JBWS-2289] Update source code headers
[Jesper Pedersen] [JBAS-5095] Race condition between connection.close() and
transaction.rollback()
[Jesper Pedersen] [JBAS-5095] Race condition between connection.close() and
transaction.rollback()
[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. Fixed test case classes to deal with new
txFailoverAuthorizations type (WeakHashMap -> Map).
[galder.zamarreno(a)jboss.com] [JBAS-5908] isServer() made public.
[galder.zamarreno(a)jboss.com] [JBAS-5908] Added @author.
[galder.zamarreno(a)jboss.com] [JBAS-5908] Avoid multiple initialisations by removing the
need for cached object and improved efficiency.