[teiid-issues] [JBoss JIRA] (TEIID-2368) Dynamic VDB deployment fails when using importer.importIndexes in the case of a index containing a hidden column

Jack Ma (JIRA) jira-events at lists.jboss.org
Wed Jan 30 19:54:51 EST 2013


Jack Ma created TEIID-2368:
------------------------------

             Summary: Dynamic VDB deployment fails when using importer.importIndexes in the case of a index containing a hidden column
                 Key: TEIID-2368
                 URL: https://issues.jboss.org/browse/TEIID-2368
             Project: Teiid
          Issue Type: Feature Request
    Affects Versions: 8.2
            Reporter: Jack Ma
            Assignee: Steven Hawkins


We are trying to use dynamic VDB. For better performance, we use <property name="importer.importIndexes" value="true"/> to input the index for an oracle datasource.

 

But vdb deployment failed with following error:

     [TEIID60011 No column found with name SYS_NC00032$]

 

Debugging through teiid code, it looks like that if the index contains the hidden column (like SYS_NC00032), then index loading failed, teiid was trying to call getColumnByName() for those hidden column which does not exist in the column map.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list