]
Ramesh Reddy commented on TEIIDSB-161:
--------------------------------------
It will scan the classpath and find the translator class in the classpath. If not set it
will scan the entire classpath. You can set to scan certain packages.
Excessive warning about spring.teiid.model.package
--------------------------------------------------
Key: TEIIDSB-161
URL:
https://issues.redhat.com/browse/TEIIDSB-161
Project: Teiid Spring Boot
Issue Type: Bug
Components: core
Reporter: Steven Hawkins
Priority: Minor
when using a vdb project the warning:
{code}
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer :
***************************************************************
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer : "spring.teiid.model.package" is NOT
set, If you are using any custom translators, it is advised to that this property is set.
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer : consider setting this property to avoid time
consuming scanning
2020-01-17 17:03:22.491 WARN 6870 --- [ main]
o.t.spring.autoconfigure.TeiidServer :
***************************************************************
{code}
Seems unnecessary. Also what does it have to do with custom translators?