[
https://issues.jboss.org/browse/TEIID-5144?page=com.atlassian.jira.plugin...
]
Van Halbert edited comment on TEIID-5144 at 11/14/17 8:20 AM:
--------------------------------------------------------------
In the 6.x connector, performed the following:
{code}
String errors = metadataCache
.get(ProtobufMetadataManagerConstants.ERRORS_KEY_SUFFIX);
if (errors != null) {
throw new ResourceException(
"Error registering Protobuf schema files:\n" + errors);
}
{code}
and it appears that this same logic still exist in the 7.1 quickstarts.
was (Author: van.halbert):
In the 6.x connector, performed the following:
{code}
String errors = metadataCache
.get(ProtobufMetadataManagerConstants.ERRORS_KEY_SUFFIX);
if (errors != null) {
throw new ResourceException(
"Error registering Protobuf schema files:\n" + errors);
}
{code}
and it appears that this same logic still exist in the quickstarts.
Infinispan hotrod translator doesn't overcome error in unrelated
proto-schema
-----------------------------------------------------------------------------
Key: TEIID-5144
URL:
https://issues.jboss.org/browse/TEIID-5144
Project: Teiid
Issue Type: Bug
Components: JDG Connector, Misc. Connectors
Affects Versions: 8.12.x-6.4
Reporter: Jan Stastny
Assignee: Ramesh Reddy
Infinispan Hotrod translator can't overcome an error in any proto-schema on the JDG
server.
It ends with a message, that there's an issue with a proto-schema. Doesn't say
which.
Note, that this can be completely unrelated proto-schema to Teiid. Then the only solution
is to reload JDG, or possibly clear proto-schema cache.
If Teiid is checking for errors in .errors cache, it should be selective and look only
for the newly added proto-schema.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)