[
https://issues.apache.org/jira/browse/ARIES-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved ARIES-1257.
-----------------------------------------
Resolution: Fixed
> blueprint-cm doesn't call update-method for managed-properties
> --------------------------------------------------------------
>
> Key: ARIES-1257
> URL: https://issues.apache.org/jira/browse/ARIES-1257
> Project: Aries
> Issue Type: Bug
> Components: Blueprint
> Affects Versions: blueprint-cm-1.0.4
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
>
> After this commit:
> https://github.com/apache/aries/commit/422ba764e04debc9fe197492d5e54b428ef9890d#diff-bbe5c23cdf8f6a0438851e861b3d8704
> using blueprint XML like:
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
>
> xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0">
> <bean class="net.nanthrax.karaf.test.MyBean">
> <cm:managed-properties persistent-id="my.config"
> update-method="update" update-strategy="component-managed"/>
> </bean>
> </blueprint>
> {code}
> doesn't call the update() method when the configuration change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)