]
Van Halbert resolved TEIID-5157.
--------------------------------
Resolution: Done
Quickstart dynamicvdb-dataroles need to force deploy vdb
--------------------------------------------------------
Key: TEIID-5157
URL:
https://issues.jboss.org/browse/TEIID-5157
Project: Teiid
Issue Type: Bug
Components: Quick Starts
Affects Versions: 8.12.x-6.4
Reporter: Jan Stastny
Assignee: Van Halbert
Priority: Blocker
Fix For: 8.12.x-6.4
if dynamicvdb-datafederation run first, need to add force redeploy during vdb deploy:
{code}
deploy ../quickstarts/dynamicvdb-dataroles/src/vdb/portfolio-vdb.xml
{code}
vs.
{code}
deploy --force ../quickstarts/dynamicvdb-dataroles/src/vdb/portfolio-vdb.xml
{code}
Otherwise the vdb is not redeployed and user works with the old one.