Emulating two-phase commit in JBoss-EAP-6
Issue
I am migrating an application from WebLogic to Jboss. This application uses a datasource that access a legacy database whose driver doesn't support two-phase commits but was developed using a WL datasource feature called "emulate two phase commits"1.
Without this feature, our application fails as it will try to open transactions on that legacy database.
Does JBoss support a similar feature?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.