Dynamic VDB deployment - JDBCMetadataProcessor NPE
--------------------------------------------------
Key: TEIID-3333
URL:
https://issues.jboss.org/browse/TEIID-3333
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.7
Reporter: Mark Drilling
Assignee: Steven Hawkins
Fix For: 8.10
Attachments: bad-vdb.xml
I am getting NPE in JDBCMetadataProcessor for the attached dynamic VDB deployment in
teiid 8.7 (DV61). This VDB uses the DashboardDS H2 source that comes installed with
DV61.
The NPE happens with this specific import property
<property name="importer.TableNamePattern" value="DASHB_A%"/>
The table name pattern is valid - there is a table named DASHB_ALLOWED_PANEL.
If you change the pattern to DASHB_D%, the deployment is successful.