[teiid-issues] [JBoss JIRA] (TEIID-3787) ignored properties in dynamic vdb should be flagged with a WARN log entry

Steven Hawkins (JIRA) issues at jboss.org
Mon Nov 2 16:59:00 EST 2015


     [ https://issues.jboss.org/browse/TEIID-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-3787:
----------------------------------
    Fix Version/s: 8.13


> ignored properties in dynamic vdb should be flagged with a WARN log entry
> -------------------------------------------------------------------------
>
>                 Key: TEIID-3787
>                 URL: https://issues.jboss.org/browse/TEIID-3787
>             Project: Teiid
>          Issue Type: Feature Request
>    Affects Versions: 8.7.1.6_2
>            Reporter: Johnathon Lee
>            Assignee: Steven Hawkins
>             Fix For: 8.13, 8.12.2
>
>
> Invalid properties are silently ignored,  this can be troublesome to diagnose when there is a case mismatch, etc.  useConnectorMetadata vs. UseConnectorMetadata
> {code:java}
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <vdb name="test" version="1">
>     <property name="useConnectorMetadata" value="true"/>
>     <property name="BREAK ME" value="true"/>
>        
>     <model name="EMPTY">
>         
>     </model>
> </vdb>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list