]
Steven Hawkins commented on TEIID-4291:
---------------------------------------
Van, did you want me to work this?
Object translator does not take into account folders where
determining table name
---------------------------------------------------------------------------------
Key: TEIID-4291
URL:
https://issues.jboss.org/browse/TEIID-4291
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12.x, 9.2
Reporter: Van Halbert
Assignee: Steven Hawkins
When obtaining the table name and using it to match the registered class (configured in
RA), the logic doesn't take into account when folders are used. The name is returned
like: folder[.folder].tableName
Nee to change logic to strip folder(s) to get the tableName.