Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-3922

Accumulo translator needs defined dependency to "org.jboss.teiid" module

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.13, 8.12.5
    • 8.12.3
    • Misc. Connectors
    • None
    • Hide

      Add this:

      <dependencies>
      .
      .
         <module name="org.jboss.teiid" />
      .
      </dependencies>
      

      into

      Unable to find source-code formatter for language: plain. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      JBOSS_HOME/modules/system/layers/dv/org/jboss/teiid/translator/accumulo/main/module.xml
      
      Show
      Add this: <dependencies> . . <module name= "org.jboss.teiid" /> . </dependencies> into Unable to find source-code formatter for language: plain. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml JBOSS_HOME/modules/system/layers/dv/org/jboss/teiid/translator/accumulo/main/module.xml
    • Low

    Description

      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.

      Attachments

        Activity

          People

            jstastny@redhat.com Jan Stastny
            jstastny@redhat.com Jan Stastny
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: