[teiid-issues] [JBoss JIRA] (TEIID-2972) adminApi getSchema does not include namespace info in the DDL

Steven Hawkins (JIRA) issues at jboss.org
Tue May 27 18:41:57 EDT 2014


    [ https://issues.jboss.org/browse/TEIID-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971019#comment-12971019 ] 

Steven Hawkins commented on TEIID-2972:
---------------------------------------

This is always the way it has been for "built-in" namespaces, which are defined in the MetadataFactory.  I don't think Designer has been kept aware as new ones have been added though.  Non-built-in namespaces are declared in the ddl.

We can of course start including the built-in namespaces as declarations, but we'll have to change our parsing validation logic as it would current through an error that the ddl is attempting to redefine a reserved namespace.

> adminApi getSchema does not include namespace info in the DDL
> -------------------------------------------------------------
>
>                 Key: TEIID-2972
>                 URL: https://issues.jboss.org/browse/TEIID-2972
>             Project: Teiid
>          Issue Type: Bug
>          Components: AdminApi
>    Affects Versions: 8.7
>            Reporter: Mark Drilling
>            Assignee: Ramesh Reddy
>         Attachments: excelSheet.ddl
>
>
> I was following this community example
> https://community.jboss.org/wiki/MicrosoftExcelDocumentIntoRelationalTable
> The DDL returned for the deployed dynamic vdb is attached.  However, the DDL does not include a namespace statement like this 
> SET NAMESPACE 'http://www.teiid.org/translator/excel/2014' AS teiid_excel



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the teiid-issues mailing list