]
Steven Hawkins resolved TEIID-4351.
-----------------------------------
Resolution: Done
Merged the pull request. Thanks Van.
JDG: Does not support 1-to-1 relationship
-----------------------------------------
Key: TEIID-4351
URL:
https://issues.jboss.org/browse/TEIID-4351
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12.x, 8.7.6
Reporter: Van Halbert
Assignee: Van Halbert
Fix For: 9.1
When the primary object has a defined 1-to-1 relationship, the internal relationship
isn't generating a second table by the metadata processor, even though its defined in
the protobuf definition file and the marshallers. And when the second table is manually
built, and then tried to preview, the server is throwing a methodNotFound exception,
because its looking back on the primary object for the method, not the internal object.