Closed mathieuancelin closed 13 years ago
This is also working. We use the combination between @Property annotations within the @Publish annotation, CDI qualifiers and @Filter LDAP filter. Eventually all these forms are reduced to an unique @Filter qualifier for each injection point and auto-publishable service.
Ok, I close the issue
We need to declare properties for the OSGi service beans. Maybe we can use qualifiers of the bean, it's more "CDI style", or may we can use annotated strings in beans like how it's done in iPojo