You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Michael Bolz (JIRA)" <ji...@apache.org> on 2016/11/26 16:33:58 UTC

[jira] [Resolved] (OLINGO-1048) Exception Handling in Class ODataJPAQueryExtensionEntityListener

     [ https://issues.apache.org/jira/browse/OLINGO-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Bolz resolved OLINGO-1048.
----------------------------------
    Resolution: Fixed

See [here|https://git1-us-west.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=b3cb2ce77bdd45fbd5522da3b9f121c10e135411]

> Exception Handling in Class ODataJPAQueryExtensionEntityListener
> ----------------------------------------------------------------
>
>                 Key: OLINGO-1048
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1048
>             Project: Olingo
>          Issue Type: New Feature
>    Affects Versions: V2 2.0.6
>         Environment: SAP HANA Cloud Platform
>            Reporter: Alexander Parr
>            Assignee: Michael Bolz
>            Priority: Critical
>              Labels: ODataJPAQueryExtensionEntityListener, entitylistener, getQuery, jpa
>         Attachments: 0001-OLINGO-1048-Add-exception-for-EntityListeners.patch
>
>
> Hi all,
> I'm extending class ODataJPAQueryExtensionEntityListener in order to modify the sql query to our needs in getQuery methods. In some cases I like to return no entry / query (e.g. the user has not the sufficient role) which is not possible currently as the default query will be build in case one returns null see
> https://github.com/apache/olingo-odata2/blob/master/odata2-jpa-processor/jpa-core/src/main/java/org/apache/olingo/odata2/jpa/processor/core/access/data/JPAQueryBuilder.java#L74
> on the other hand there are cases in which I like to throw and error message of type ODataException in method getQuery to propagate this information to the consumer instead of returning an empty list.
> Best
> Alex



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)