-
Bug
-
Resolution: Done
-
Major
-
2.4.0.Final
-
None
-
Workaround Exists
-
Working on using Cnd framework to help replace Teiid Designer's Model Extension framework.
Was successful in using CndNodeTypeReader to parse a CND string containing extended model properties. This string also included new Namespaces that were also parsed by the reader.
The namespaces are stored in the CndNodeTypeReader via it's ExecutionContext. This context is NOT exposed in a public method so there is no current way to retrieve that information via the reader.
Request making/exposing either the execution context or the list of new/parsed namespaces and their prefix's.