Atomikos Forum |
|
I am initializing atomikos transaction service as follows..since the getTransactionManager is deprecated what is the alternative api i should use to get the txMgr.
... atomikosUTS = new UserTransactionServiceImp() Properties props = new Properties(); props.put(...) ... atomikosUTS.init(props); //Following call is deprecated TransactionManager atomikosTM = atomikosUTM.getTransactionManager(); Thanks |