-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
%
-
The attached example contains Pax Exam test executed against Spring DM module. I define the bean as follows:
<bean id="prefixer" class="fuse.pocs.camel.spring.properties.Prefixer"> <osgix:managed-properties persistent-id="my.persistent.id" update-strategy="bean-managed" update-method="updateCallback"/> </bean>
And expect the bean to be populated with the following properties:
<osgix:cm-properties id="properties" persistent-id="my.persistent.id"> <prop key="prefix">MyPrefix</prop> </osgix:cm-properties>
Unfortunately the map passed to the updateCallback method is empty, while I expect it to contains prefix=MyPrefix entry.