TDC-Netdesign / ManagedProperties

Managed Properties allows OSGi bundles to register as ManagedService and MetaTypeProvider by simply registering an annotated Interface with the ManagedProperties service
Apache License 2.0
1 stars 1 forks source link

Make ManagedProperties configurable thorugh blueprints #6

Open mnybon opened 8 years ago

mnybon commented 8 years ago

Investigation is needed to understand how a ManagedProperties object can be created and injected via a blueprint.

nmwael commented 8 years ago

heres an sample XML blueprint

<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd">

```


</blueprint> 
nmwael commented 6 years ago

No need todo this, it should actually be working :)