Bug 1401324

Summary: Implicitly started xa-transaction on non-xa datasources leads to exception 'Unchecked throwable in managedConnectionReconnected'
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Lucie Fabrikova <lfabriko>
Component: Documentation, TeiidAssignee: David Le Sage <dlesage>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Stastny <jstastny>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: mbaluch, vhalbert
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
An implicitly-started xa-transaction which uses multiple non-xa datasources will produce a warning that 'Adding multiple last resources is disallowed' and then throw an exception 'Unchecked throwable in managedConnectionReconnected'. To avoid this, define your datasources as xa-datasources.
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-21 02:28:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
server.log none

Description Lucie Fabrikova 2016-12-04 20:02:49 UTC
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:

Comment 2 David Le Sage 2016-12-21 02:28:22 UTC
Captured as release note.