Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 55448200B8D for ; Thu, 18 Aug 2016 23:49:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54174160A86; Thu, 18 Aug 2016 21:49:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ABF67160AB9 for ; Thu, 18 Aug 2016 23:49:21 +0200 (CEST) Received: (qmail 55250 invoked by uid 500); 18 Aug 2016 21:49:20 -0000 Mailing-List: contact dev-help@olingo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@olingo.apache.org Delivered-To: mailing list dev@olingo.apache.org Received: (qmail 55047 invoked by uid 99); 18 Aug 2016 21:49:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2016 21:49:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 934712C02AC for ; Thu, 18 Aug 2016 21:49:20 +0000 (UTC) Date: Thu, 18 Aug 2016 21:49:20 +0000 (UTC) From: "Ramesh Reddy (JIRA)" To: dev@olingo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (OLINGO-1007) SystemQueryOptions Are Swallowed by RequestURLHierarchyVisitor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 18 Aug 2016 21:49:22 -0000 [ https://issues.apache.org/jira/browse/OLINGO-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh Reddy reassigned OLINGO-1007: ------------------------------------ Assignee: Ramesh Reddy > SystemQueryOptions Are Swallowed by RequestURLHierarchyVisitor > -------------------------------------------------------------- > > Key: OLINGO-1007 > URL: https://issues.apache.org/jira/browse/OLINGO-1007 > Project: Olingo > Issue Type: Question > Components: odata4-server > Affects Versions: (Java) V4 4.2.0 > Reporter: Mitch Connors > Assignee: Ramesh Reddy > > RequestURLHierarchyVisitor, in server-core-ext, has visitor methods defined for the various system query options, however they are all empty methods (for instance, see [here|https://github.com/apache/olingo-odata4/blob/master/lib/server-core-ext/src/main/java/org/apache/olingo/server/core/RequestURLHierarchyVisitor.java#L270]). This would lead me to believe that they were designed for overriding in Custom classes by the Service Implementor, however there appears to be no way to inject a new instance of RequestURLHierarchyVisitor (inherited by ServiceDispatcher) into the handler. > What is the intended way for consumers of the server-core-ext library to implement system query option support? Should injection of custom ServiceDispatchers be allowed? Is an example in order? -- This message was sent by Atlassian JIRA (v6.3.4#6332)