[
https://issues.jboss.org/browse/TEIIDDES-1570?page=com.atlassian.jira.plu...
]
Paul Richardson commented on TEIIDDES-1570:
-------------------------------------------
Barry,
The commit correctly fixes the problem but would it not now be incorrect for a 7.7 runtime
client. Consider there maybe 2 options:
a) Do a simple if statement on the version of the default teiid server as to whether
include the extra parameter
b) More elegant but more work would be to add a method to the IQueryService to request the
statement entirely. The default QueryService will return the appropriate statement for the
default server
What do you think?
Incorrect parameter types in invokeHttp
---------------------------------------
Key: TEIIDDES-1570
URL:
https://issues.jboss.org/browse/TEIIDDES-1570
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.0
Reporter: Daniel SusÃn
Assignee: Barry LaFond
Fix For: 8.1
Attachments: invokeHttp_parameters.jpg
In Designer 8, when you try to import a remote XML file as data source, and create the
corresponding view and table, the parameters of invokeHttp in the transformation created
automatically are incorrect: 'stream' is assigned a blob datatype and
'result' a boolean one, they have to be manually switched for the transformation
to work. Also, stream is not included on the default call, you either have to include it
or use named parameters if you want to use the default value.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira