AttributeChangeNotificationFilter nf = new AttributeChangeNotificationFilter();
nf.enableAttribute("TMState");
configurator.addNotificationListener((NotificationListener) trn, nf, this);
trn.setMessage(m);
new TransactionTimeOut(trn,ti.getTimeOut());
}catch (Exception e){
logger.error(tmInformation.getIdtrn()+"|"+e.getMessage()+"|");
}
}