1. How do you determine if a JDBC Connection was retrieved from a JTA enabled DataSource or straight JDBC? stackoverflow.comI'm using a vendor API to obtain a JDBC connection to the application's database. The API works when running in the application server or when running in a stand-alone mode. I ... |
2. JTA Datasources without transactions stackoverflow.com(Assuming manual enlistment and delistment of resources.) I have a number of XA enabled resources/datasource for which I plan to perform transactional updates. Additionally, some of the XA-enabled datasources can be updated ... |
3. ws-tx/wsat Web Service call and XADataSource stackoverflow.comOur application running on WebLogic accesses two databases via XADatasource. Now, we need to make calls to a web service in another box (different os, server) that supports (ws-tx/wsat) If we make ... |