[ 
https://issues.apache.org/jira/browse/ARIES-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546378#comment-14546378
 ] 

Alexandre Cartapanis commented on ARIES-914:
--------------------------------------------

Same problem here.
I even don't see why "initial" should be taken in account here...

> When using component-managed mode for managed-properties the first time 
> 'container-managed' mode is used
> --------------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-914
>                 URL: https://issues.apache.org/jira/browse/ARIES-914
>             Project: Aries
>          Issue Type: Bug
>          Components: Blueprint
>    Affects Versions: 0.2, 0.3, 1.0
>            Reporter: Christoph Läubrich
>
> When using the 'managed-properties' in Blueprint with 'component-managed' 
> mode, the first time the component start up the blueprint module tries to 
> inject properties with the 'container-managed' mode.
> The cause of this seems that in the method 'private void inject(Object bean, 
> boolean initial)' because if initial is true it always enter the 
> 'container-managed' mode. Should it be an && (logical and) instead of an || 
> (logical or) there?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to