@ -183,9 +183,7 @@ public class JmsResourceHolder extends ResourceHolderSupport {
@@ -183,9 +183,7 @@ public class JmsResourceHolder extends ResourceHolderSupport {
catch(TransactionInProgressExceptionex){
// Ignore -> can only happen in case of a JTA transaction.
}
catch(javax.jms.IllegalStateExceptionex){
// Ignore -> can only happen in case of a JTA transaction.
}
// Let IllegalStateException through: It might point out an unexpectedly closed session.