Description of problem: See https://issues.jboss.org/browse/TEIID-4112 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Steven Hawkins <shawkins> updated the status of jira TEIID-4112 to Resolved
git:jboss-integration/teiid.git : 8.7.x-prod-ipv6.2 : 82d2322 git:teiid/teiid.git : 62-8.7.x : 82d2322
The property ExcludedCommonTableExpressionName cannot be set as described, because the setter method name has a typo in it [1]. The getter method has the correct name. https://github.com/teiid/teiid/blob/62-8.7.x/api/src/main/java/org/teiid/translator/ExecutionFactory.java#L1240
Actually, even if I use the "correct" property name, the common table expression name is still not changed in the query. I am unsure whether this is caused by the mismatch in the property name, or by something else.
Turns out the property is not not being used even when I specify it in the translator override with the typo, the following is logged in console instead: TEIID40001 The provided translator property values [ExcluedCommonTableExpressionName] were not used. Please check the properties that are expected by translator oracle-override.
Andrej Šmigala <asmigala> updated the status of jira TEIID-4112 to Reopened
@Angrej, re: comment #5, "ExcluedCommonTableExpressionName" was only mangled in one class, so when trying to test w/the "wrong" spelling TEIID40001 is to be expected. git:jboss-integration/teiid.git : 8.7.x-prod-ipv6.2 : c2126b1 git:teiid/teiid.git : 62-8.7.x : c2126b1