105106107108109110111112
getServer().setAttribute(tmService, new Attribute("TransactionTimeout", timeout)); } */ private TxTimeout getBean() throws Exception { TxTimeoutHome home = (TxTimeoutHome) getInitialContext().lookup("jbosstest/tm/TxTimeout"); return home.create(); }