]
Barry LaFond closed TEIIDDES-2849.
----------------------------------
Resolution: Duplicate Issue
Same as TEIIDDES-2828 which was recently fixed for 10.0.1 build
import-vdb in generated dynamic VDB does not contain correct
information
------------------------------------------------------------------------
Key: TEIIDDES-2849
URL:
https://issues.jboss.org/browse/TEIIDDES-2849
Project: Teiid Designer
Issue Type: Bug
Components: Dynamic VDBs
Affects Versions: 10.0
Environment: Fedora 23
Reporter: Matej Kralik
Attachments: reuseVDB.zip, Screenshot from 2016-05-30 11-55-57.png
When I change version of import VDB and generated dynamic VDB, import-vdb element
contains incorrect information
<import-vdb import-data-policies="false" name="sourceVDB"
version="1"/>
I think it should look like this:
<import-vdb import-data-policies="true" name="sourceVDB"
version="3"/>