Steven Hawkins created TEIID-2394:
-------------------------------------
Summary: Allow local connections to use thread bound transactions
Key: TEIID-2394
URL:
https://issues.jboss.org/browse/TEIID-2394
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 8.3
To facilitate usage of non-pooled local connections, it would be useful for the engine to
automatically use the thread bound transaction for queries.
An approximate workaround in local mode is to set the userSourceQueryConcurrency to 1 and
use the disableLocalTxn property if needed to prevent calling code from starting a local
transaction. The downside of this approach is that non-transactional work will be
performed serially and Teiid temporary tables will not be transactionally aware.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira