[
https://issues.jboss.org/browse/TEIIDDES-3195?page=com.atlassian.jira.plu...
]
Matus Makovy commented on TEIIDDES-3195:
----------------------------------------
[~blafond] Yes, if this is the case then we need to change this to a blocker and fix it in
every one of them. The alert that I got after deploying this VDB specifically said that it
cannot contain curly brackets.
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: Critical
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
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)