]
Paul Richardson resolved TEIIDDES-1571.
---------------------------------------
Resolution: Done
Designer SQL expressions that differ between runtime client versions
must be correct to the default server
----------------------------------------------------------------------------------------------------------
Key: TEIIDDES-1571
URL:
https://issues.jboss.org/browse/TEIIDDES-1571
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.1
Reporter: Paul Richardson
Assignee: Paul Richardson
Fix For: 8.1
Designer provides text for Text, XML and Web Service SQL transformations. Historically,
this has been updated according to the included runtime client. However, with the advent
of multiple runtime clients, the text must be crafted according to the active/default
teiid server / runtime client.
For example, [
1570|https://issues.jboss.org/browse/TEIIDDES-1570] details a fix required
for the invokeHttp method's parameters in remote XML modelling. Adding a 4th parameter
is correct for an 8.2 runtime client but is not correct for 7.7.
Ideally, a new service should be created, eg. IProcedureService, obtainable from the
runtime clients' QueryServices. This service will allow each runtime client to return
their own version of the procedure text and all such procedures in the code should
delegate to this service.
--
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: