You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2014/03/03 20:18:22 UTC

[jira] [Reopened] (CLEREZZA-886) Parser and Serializer shall have a service property indicating the supported formats

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

Reto Bachmann-Gmür reopened CLEREZZA-886:
-----------------------------------------


The patch prevents parser and serializer from working outside OSGi

> Parser and Serializer shall have a service property indicating the supported formats
> ------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-886
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-886
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> This allows clients to ensure the injected Parser supports the formats they need, e.g.:
> public static final String PARSER_FILTER =
>             "(&("+SupportedFormat.supportedFormat+"=" + SupportedFormat.RDF_XML + ") "+
>             "("+SupportedFormat.supportedFormat+"=" + SupportedFormat.N_TRIPLE + "))";
> @Reference(target = 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.2#6252)