Examples of DSSXATransactionManager


Examples of org.wso2.carbon.dataservices.core.description.xa.DSSXATransactionManager

    private void initXA() throws DataServiceFault {
        try {
            TransactionManager txManager = DBUtils.getContainerTransactionManager(
                    this.getContainerUserTransactionName());
            this.txManager = new DSSXATransactionManager(txManager);
        } catch (Exception e) {
            throw new DataServiceFault(e, "Cannot create XA transaction manager");
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.