]
Steven Hawkins resolved TEIID-5546.
-----------------------------------
Resolution: Done
The parser was not passing the namespace container for the current database to the
property parsing logic. That has been updated for all the ddl paths.
Namespace resolution on vdb level
---------------------------------
Key: TEIID-5546
URL:
https://issues.jboss.org/browse/TEIID-5546
Project: Teiid
Issue Type: Feature Request
Affects Versions: 10.3.5
Reporter: Bram Gadeyne
Assignee: Steven Hawkins
Priority: Major
Labels: ddl, namespace, rest, teiid
Fix For: 12.0, 11.2.1
This does work in a DDL based vdb:
{code:sql}
create database vdb version '1.2.0' OPTIONS
("{http://teiid.org/rest}auto-generate" 'true');
{code}
This doesn't:
{code:sql}
create database vdb version '1.2.0' OPTIONS ("teiid_rest:auto-generate"
'true');
{code}
It would be nice if the namespace resolution also worked at vdb level.