-
Bug
-
Resolution: Done
-
Major
-
8.12.3
-
None
When using Accumulo translator to query an accumulo instance, following exception appears, when comparing on a column.
Caused by: java.lang.ClassNotFoundException: org.teiid.api.exception.query.ExpressionEvaluationException
Example query:
SELECT * FROM MyTable WHERE MyColumn='string';
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.