Hide Forgot
Complexity: Low Workaround: Workaround Exists Workaround Description: Ensure that all models have distinct suffixes. project_key: SOA The index metadata load uses a match filter of type|*name.*|* to load tables for a given schema name. The leading * causes all schemas that have the same suffix to add their tables. In the case shown on the forum link, views were injected into a physical model which caused a recursive query and a stack overflow. The fix is simply to change the match pattern to type|name.*|*
Link: Added: This issue Cloned from TEIID-1418
Security: Added: Public
Approved as blocker for SOA 5.1.0
resolved in project