-
Bug
-
Resolution: Done
-
Critical
-
9.1, 8.6.2 Beta1, 9.0.2, 8.6.2
-
8.6
When working with "new" and "custom" translators in Teiid, the Teiid Importer fails to recognize the class-name property from the retrieved metadata. The following the excerpt from CLI command on a cassandra data source
{"managedconnectionfactory-class" => {
"type" => STRING,
"display" => "managedconnectionfactory-class",
"read-only" => "true",
"advanced" => "true",
"default" => "org.teiid.resource.adapter.cassandra.CassandraManagedConnectionFactory"
}},
That property needs to be used as the "class-name", there must not be any hard coding of this to only known source types.
- is related to
-
TEIIDDES-2114 Custom translators and resource-adapters are not correctly supported
-
- Closed
-