You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Alfonso Nishikawa (JIRA)" <ji...@apache.org> on 2018/01/11 09:56:02 UTC

[jira] [Created] (GORA-530) Reinstate exception throwing at Query#execute()

Alfonso Nishikawa created GORA-530:
--------------------------------------

             Summary: Reinstate exception throwing at Query#execute()
                 Key: GORA-530
                 URL: https://issues.apache.org/jira/browse/GORA-530
             Project: Apache Gora
          Issue Type: Improvement
          Components: gora-core
    Affects Versions: 0.8
            Reporter: Alfonso Nishikawa
            Assignee: Alfonso Nishikawa
            Priority: Minor
             Fix For: 0.9


When executing a query, the exceptions are being shadowed and the execution returns {{null}}.
This makes any client to be ignorant of the cause, because it is only logged into the server.

The objective is to reinstate the exception throwing, where the interface throws GoraException to make any client aware of the underlying problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)