[
https://issues.jboss.org/browse/TEIIDDES-3195?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-3195:
----------------------------------------
[~shawkins] [~mmakovy] A commit for TEIIDDES-3152/TEIIDDES-3153 5 months ago added a
number of namespaces that included the *{* and *}* in the URL. Guessing this will break
all of those translator type imports, so would recommend changing this to a blocker as
well? ([~pleacu]
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)