public void setSource(final TransactionSource source) {

    TransactionReference tx = transactions.get();
    if (tx != null) {
      tx.setSource(source);
    }
  }