-
Bug
-
Resolution: Done
-
Major
-
8.2
-
None
After fixing the TEIID-2673, I have failed to import the OData metadata correctly. Upon some investigation here are some issues that needs to be fixed on the Designer
1) MED specified for OData properties are incomplete. Please add following properties
Namespace URI:http://www.jboss.org/teiiddesigner/ext/odata/2012
Namespace: teiid_odata
- LinkTables - String/optional
- HttpMethod - String/optional
- JoinColumn - String/optional
- EntityType - String/optional
- ComplexType - String/optional
- ColumnGroup - String/optional
2) When the "name space" based properties are returned in the DDL from Teiid, none of the properties are correctly being resolved. Bigger issue is they are being ignored, Designer should fail here with error message saying that "extension property match not found" and force users to define or select a MED that matches with all the properties
3) Mark the OData not built-in, so that it allows the user to edit the allowed properties list until we have the feature fully worked as expected.
- blocks
-
TEIID-2678 Query against OData source throwing java.lang.NullPointerException
- Closed