Class NarayanaDataSource

java.lang.Object
org.frankframework.jta.narayana.NarayanaDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class NarayanaDataSource extends Object implements DataSource
DataSource implementation wrapping XADataSource because Narayana doesn't provide their own DataSource. Bypasses the TransactionalDriver in order to create connections and uses the ConnectionManager directly in order to acquire XADataSource connections. ConnectionImple requires an XADataSource