Hide Forgot
Created attachment 1227944 [details] server.log Description of problem: In DV 6.3, implicitly started xa-transaction like [1] which uses multiple non-xa datasources leads to warn 'Adding multiple last resources is disallowed' and teiid exception 'Unchecked throwable in managedConnectionReconnected'. This can be avoided if datasources are defined as xa-datasources. [1] INSERT INTO tab1(val1) SELECT X.val2 FROM (SELECT tab2.val2 FROM tab2) AS X For other information see also TEIID-4469. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Captured as release note.