]
Steven Hawkins resolved TEIID-5404.
-----------------------------------
Resolution: Done
Merged the pull request and updated the import unit test, which can be expanded as needed
from here out. Also pulled back to the 11.0 and 10.3
JPA Translator fails embeddeds
------------------------------
Key: TEIID-5404
URL:
https://issues.jboss.org/browse/TEIID-5404
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Reporter: Harold Campbell
Assignee: Steven Hawkins
Fix For: 11.1, 11.0.1, 10.3.3
The JPA translator does not properly handle embedded properties. Columns can overlap if
the embedded has properties sharing the same name as the parent or other embedded
properties. Come query time, embedded columns do not get translated into correct entity
path traversals.