[teiid-issues] [JBoss JIRA] Created: (TEIID-1419) Metadata loaded incorrectly

Van Halbert (JIRA) jira-events at lists.jboss.org
Tue Jan 4 14:19:18 EST 2011


Metadata loaded incorrectly
---------------------------

                 Key: TEIID-1419
                 URL: https://issues.jboss.org/browse/TEIID-1419
             Project: Teiid
          Issue Type: Bug
          Components: Server
    Affects Versions: 7.1.1
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
            Priority: Blocker
             Fix For: 7.1.1, 7.3


The index metadata load uses a match filter of type|*name.*|* to load tables for a given schema name.  The leading * causes all schemas that have the same suffix to add their tables.  In the case shown on the forum link, views were injected into a physical model which caused a recursive query and a stack overflow.

The fix is simply to change the match pattern to type|name.*|*

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list