Hide Forgot
Workaround: Workaround Exists Workaround Description: If using hidden models or potentially conflicting session level temp table names, then use only fully qualified table/procedure names in Designer transformations. project_key: SOA It looks like with the uuid refactoring we no long maintain that the designer indexed transformations will contain only fully qualified group names. This will cause a good deal of problems at runtime as partially qualified names are subject to visibility rules and can conflict with session level tables. I would prefer to address this on the teiid though better metadata logic, rather than requiring fqns in transformation queries.
Link: Added: This issue Cloned from TEIID-1489
Security: Added: Public
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/TEIID-1489 Fully-qualified names were causing a variety of problems at runtime as partially-qualified names were subject to visibility rules and could conflict with session-level tables. To rectify this, fully-qualified names are no longer used.
Release Notes Text: Removed: https://issues.jboss.org/browse/TEIID-1489 Fully-qualified names were causing a variety of problems at runtime as partially-qualified names were subject to visibility rules and could conflict with session-level tables. To rectify this, fully-qualified names are no longer used. Added: https://issues.jboss.org/browse/TEIID-1489 Partially-qualified names were subject to visibility rules and could conflict with session-level tables. To rectify this, the runtime metadata was adjusted to resolve transformations as if it were the design-time metadata.
Closed following discussion with engineering.