mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

Declare properties for OSGi services #12

Closed mathieuancelin closed 13 years ago

mathieuancelin commented 13 years ago

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

arcane86 commented 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.

mathieuancelin commented 13 years ago

Ok, I close the issue