]
Steven Hawkins resolved TEIID-5128.
-----------------------------------
Resolution: Done
Fixed the clone method. Addressed in 10.0.0 since this was an isolated issue.
transaction support value not cloned on access node
---------------------------------------------------
Key: TEIID-5128
URL:
https://issues.jboss.org/browse/TEIID-5128
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 10.0
The transaction support flag is not cloned, which leads non-transactional access to still
start a transaction. For example with typical web services lateral join when preformed in
a procedure:
begin
select ... from (invokeHttp...) as x, texttable(...);
end
Since the procedure plan is cloned for invocation, the transaction support flag won't
be set.