Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-3195

Preview VDB from salesforce source model has wrong namespace set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 11.1.3
    • 11.1.3
    • None
    • Workaround Exists
    • Hide

      Export / copy vdb to xml file and edit it

      Show
      Export / copy vdb to xml file and edit it

      The VDB that is created for preview of salesforce source model has namespace set to:

      <metadata type="DDL"><![CDATA[
      SET NAMESPACE '{http://www.teiid.org/translator/salesforce/2012}' AS teiid_sf
      

      This is not correct, the correct statement is:

      <metadata type="DDL"><![CDATA[
      SET NAMESPACE 'http://www.teiid.org/translator/salesforce/2012' AS teiid_sf
      

      without curly brackets

            Unassigned Unassigned
            mmakovy@redhat.com Matus Makovy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: