]
Matus Makovy updated TEIIDDES-3195:
-----------------------------------
Priority: Blocker (was: Critical)
Preview VDB from salesforce source model has wrong namespace set
----------------------------------------------------------------
Key: TEIIDDES-3195
URL:
https://issues.jboss.org/browse/TEIIDDES-3195
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 11.1.3
Reporter: Matus Makovy
Priority: Blocker
The VDB that is created for preview of salesforce source model has namespace set to:
{code:xml}
<metadata type="DDL"><![CDATA[
SET NAMESPACE '{http://www.teiid.org/translator/salesforce/2012}' AS teiid_sf
{code}
This is not correct, the correct statement is:
{code:xml}
<metadata type="DDL"><![CDATA[
SET NAMESPACE 'http://www.teiid.org/translator/salesforce/2012' AS teiid_sf
{code}
without curly brackets