You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Carlos Sierra Andrés (Jira)" <ji...@apache.org> on 2020/01/13 14:38:00 UTC

[jira] [Resolved] (ARIES-1962) resolution can fail when osgi.jaxrs.extension.select has multiple filters which match same service

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

Carlos Sierra Andrés resolved ARIES-1962.
-----------------------------------------
    Resolution: Fixed

> resolution can fail when osgi.jaxrs.extension.select  has multiple filters which match same service
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-1962
>                 URL: https://issues.apache.org/jira/browse/ARIES-1962
>             Project: Aries
>          Issue Type: Bug
>          Components: jax-rs-whiteboard
>            Reporter: Raymond Augé
>            Priority: Major
>             Fix For: jax-rs-whiteboard-1.0.7
>
>
> consider the code:
> {code}
> properties.put(JAX_RS_EXTENSION_SELECT, new String[] {
> 	"(&(objectClass=javax.ws.rs.ext.MessageBodyReader)(osgi.jaxrs.media.type=application/json))",
> 	"(&(objectClass=javax.ws.rs.ext.MessageBodyWriter)(osgi.jaxrs.media.type=application/json))"
> });
> {code}
> if these filters match the same service the resolution can fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)