GitHub user acartapanis opened a pull request:

    https://github.com/apache/aries/pull/22

    Correction for bug ARIES-914, probably not the good way to do …

    Please see my comment on JIRA for ARIES-914.
    I'm not sure this is the good way to solve this bug.
    
    For an xml file :
    
    `<bean
    id="totoEmbeddedServer"
    class="toto.EmbeddedServer"
    scope="singleton"
    init-method="init"
    destroy-method="destroy">
    <cm:managed-properties persistent-id="toto" 
update-strategy="component-managed" update-method="configure"/>
    </bean>`
    
    I expect the "configure(Map)" method to be called at startup, as it is done 
for a container managed property.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/acartapanis/aries trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/aries/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22
    
----
commit 4675df147932b97bf1efdb80e659475697150ecc
Author: acartapanis <abxt866nrg4@github>
Date:   2015-05-21T13:10:52Z

    digusting correction for bug ARIES-914, probably not the good way to do 
this...

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to