[
https://issues.jboss.org/browse/TEIIDDES-1879?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-1879:
----------------------------------------
Implemented fix to check server version in 8.4.x ExecutionAdmin.refreshTranslators() and
the VdbSourceConnectionHandler.getTranslatorDefinitions() methods.
Fixed 3 tests in TestDisplayNodeFactory to expect same procedure SQL, but without the
"CREATE VIRTUAL PROCEDURE" prefix.
Tested that the non-prefixed SQL statement in a transformation works/queries correctly on
an Teiid 8.4.x server (DV6)
{code}
BEGIN
SELECT
*
FROM
PRODUCTINFO;
END
{code}
Translator Override Properties dialog box show the properties for the
data sources, it should show override properties for translator
-------------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-1879
URL:
https://issues.jboss.org/browse/TEIIDDES-1879
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 8.2
Reporter: Ramesh Reddy
Assignee: Barry LaFond
Priority: Critical
Fix For: 8.4
The translator overrides dialog box during the VDB construction, shows the properties for
the data source (resource-adapter) not for translator.
The translator properties can be obtained on admin api by
Translator t = api.getTranslator("name");
t.getProperties()
Currently there is no metadata available on them they are just key/value pairs
--
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