ctx.getTrackedConnectionAssociator());
addValve(instanceContextValve);
// Set ComponentContext valve
if (enc != null) {
ComponentContextValve contextValve = new ComponentContextValve(enc);
addValve(contextValve);
}
// Set TransactionContextValve
TransactionContextManager transactionContextManager = ctx.getTransactionContextManager();