Charlie Mordant created ARIES-1589:
--------------------------------------
Summary: Blueprint-maven-plugin does not handle service reference
filter correctly
Key: ARIES-1589
URL: https://issues.apache.org/jira/browse/ARIES-1589
Project: Aries
Issue Type: Bug
Components: Blueprint
Affects Versions: blueprint-maven-plugin-1.4.0
Reporter: Charlie Mordant
When trying to reference a filtered service with pax-cdi-api annotation i.e.:
[code]
@OsgiService(filter="(component-type=jmsXA)")
private ConnectionFactory connectionFactory
[/code]
The generated blueprint adds the filter as a 'component-name' attribute instead
of filling the 'filter' attribute.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)