Bug 1401324 - Implicitly started xa-transaction on non-xa datasources leads to exception 'Unchecked throwable in managedConnectionReconnected'
Summary: Implicitly started xa-transaction on non-xa datasources leads to exception 'U...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Documentation, Teiid
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: David Le Sage
QA Contact: Jan Stastny
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-04 20:02 UTC by Lucie Fabrikova
Modified: 2016-12-21 02:28 UTC (History)
2 users (show)

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.
Clone Of:
Environment:
Last Closed: 2016-12-21 02:28:22 UTC
Type: Bug


Attachments (Terms of Use)
server.log (11.21 KB, text/plain)
2016-12-04 20:02 UTC, Lucie Fabrikova
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.