[
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)