Christoph Läubrich created ARIES-914:
----------------------------------------

             Summary: When using component-managed mode for managed-properties
                 Key: ARIES-914
                 URL: https://issues.apache.org/jira/browse/ARIES-914
             Project: Aries
          Issue Type: Bug
          Components: Blueprint
    Affects Versions: 0.3, 0.2, 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to