Return-Path: X-Original-To: apmail-clerezza-dev-archive@www.apache.org Delivered-To: apmail-clerezza-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EF0410ADA for ; Sun, 2 Mar 2014 13:30:22 +0000 (UTC) Received: (qmail 7426 invoked by uid 500); 2 Mar 2014 13:30:21 -0000 Delivered-To: apmail-clerezza-dev-archive@clerezza.apache.org Received: (qmail 7218 invoked by uid 500); 2 Mar 2014 13:30:20 -0000 Mailing-List: contact dev-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list dev@clerezza.apache.org Received: (qmail 7205 invoked by uid 500); 2 Mar 2014 13:30:19 -0000 Delivered-To: apmail-incubator-clerezza-dev@incubator.apache.org Received: (qmail 7202 invoked by uid 99); 2 Mar 2014 13:30:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Mar 2014 13:30:19 +0000 Date: Sun, 2 Mar 2014 13:30:19 +0000 (UTC) From: =?utf-8?Q?Reto_Bachmann-Gm=C3=BCr_=28JIRA=29?= To: clerezza-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CLEREZZA-886) Parser and Serializer shall have a service property indicating the supported formats MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLEREZZA-886?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reto Bachmann-Gm=C3=BCr resolved CLEREZZA-886. ----------------------------------------- Resolution: Fixed > Parser and Serializer shall have a service property indicating the suppor= ted formats > -------------------------------------------------------------------------= ----------- > > Key: CLEREZZA-886 > URL: https://issues.apache.org/jira/browse/CLEREZZA-886 > Project: Clerezza > Issue Type: Improvement > Reporter: Reto Bachmann-Gm=C3=BCr > Assignee: Reto Bachmann-Gm=C3=BCr > > This allows clients to ensure the injected Parser supports the formats th= ey need, e.g.: > public static final String PARSER_FILTER =3D > "(&("+SupportedFormat.supportedFormat+"=3D" + SupportedFormat= .RDF_XML + ") "+ > "("+SupportedFormat.supportedFormat+"=3D" + SupportedFormat.N= _TRIPLE + "))"; > @Reference(target =3D PARSER_FILTER) > private Parser parser; > The parser needs to adapt the service properties when a parsing provider = is added or removed. -- This message was sent by Atlassian JIRA (v6.1.5#6160)