diff --git a/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java b/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java index 6a43fd899a91..8f637c2f87e9 100644 --- a/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java +++ b/dev/com.ibm.ws.concurrent.persistent_fat_failover1serv/fat/src/com/ibm/ws/concurrent/persistent/fat/failover1serv/Failover1ServerTest.java @@ -220,6 +220,8 @@ public void testMultipleInstancesCompeteToRunManyLateTasks() throws Exception { "CWWKC1501W.*IncTask_testMultipleInstancesCompeteToRunManyLateTasks", // Rolled back task ... due to failure ... The task is scheduled to retry after ... "DSRA0302E.*XA_RBROLLBACK", // XAException occurred. Error code is: XA_RBROLLBACK (100) "DSRA0304E", // XAException occurred. XAException contents and details are... + "J2CA0021E", // tolerating connectionErrorOccurred from JDBC driver + "J2CA0027E", // tolerating exception for xa.commit failure between driver and database "J2CA0079E", // Method cleanup has detected an invalid state ... "J2CA0088W" // ManagedConnection is in an invalid state );