]
RH Bugzilla Integration commented on TEIID-3922:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug
Accumulo translator needs defined dependency to
"org.jboss.teiid" module
------------------------------------------------------------------------
Key: TEIID-3922
URL:
https://issues.jboss.org/browse/TEIID-3922
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12.3
Reporter: Jan Stastny
Assignee: Jan Stastny
Fix For: 8.13, 8.12.5
When using Accumulo translator to query an accumulo instance, following exception
appears, when comparing on a column.
{code}
Caused by: java.lang.ClassNotFoundException:
org.teiid.api.exception.query.ExpressionEvaluationException
{code}
Example query:
{code:sql}
SELECT * FROM MyTable WHERE MyColumn='string';
{code}
The reason is, that the mentioned class ExpressionEvaluationException is placed in module
"org.jboss.teiid", but this module is not set as dependency in resulting
"org.jboss.teiid.translator.accumulo" module.