[
https://issues.apache.org/jira/browse/FELIX-5432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708776#comment-15708776
]
Pierre De Rop commented on FELIX-5432:
--------------------------------------
Hi Jeroen;
I'm finishing the work about the support for service scopes (FELIX-5336), then
I will follow your suggestion.
thank you !
> Message when dependency is already added to a component is incomplete
> ---------------------------------------------------------------------
>
> Key: FELIX-5432
> URL: https://issues.apache.org/jira/browse/FELIX-5432
> Project: Felix
> Issue Type: Improvement
> Components: Dependency Manager
> Affects Versions: org.apache.felix.dependencymanager-r8
> Reporter: Jeroen Daanen
> Assignee: Pierre De Rop
> Priority: Minor
>
> If a dependency is added to a component, while the dependency has already
> been added to another component, the error message does not contain
> information to which component it was added already (while that information
> is available).
> Probably it would be better to change the code in
> ComponentImpl.add(Dependency...)
> {code}
> if (dc.getComponentContext() != null) {
> m_logger.err("%s can't be added to %s (dependency already added to component
> %s).", dc, ComponentImpl.this, dc.getComponentContext());
> continue;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)