[
https://issues.jboss.org/browse/TEIID-3787?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-3787:
---------------------------------------
UseConnectorMetadata is deprecated regardless - TEIID-2445. Also since these properties
are generally available at runtime from the metadata object and for use by designer,
it's not really up to us what should be considered valid. We could have a detail
logging that some properties are not used or have a detail logging of when a property is
used, but a warning is not appropriate.
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
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)