]
Steven Hawkins commented on TEIID-3989:
---------------------------------------
The first thing to change is that you should go all the way to the end of the result set.
The next thing is to look across the whole warning chain:
PartialResultsWarning not being returned
----------------------------------------
Key: TEIID-3989
URL:
https://issues.jboss.org/browse/TEIID-3989
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 8.11.3, 9.0
Reporter: Tom Arnold
Assignee: Steven Hawkins
Attachments: TeiidTest.zip, Test-vdb.xml, translator-test.zip
I'm trying to follow the example
[
here|https://docs.jboss.org/author/display/TEIID/Partial+Results+Mode] to return source
failure information to my app. Partial results mode does work, but when used with a JBoss
AS datasource (as opposed to standalone) {{TeiidSQLWarning}} is returned instead of the
expected {{PartialResultsWarning}}.