[
https://issues.apache.org/jira/browse/ARIES-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115762#comment-16115762
]
ASF subversion and git services commented on ARIES-1735:
--------------------------------------------------------
Commit 1804230 from [~alien11689] in branch 'aries/trunk'
[ https://svn.apache.org/r1804230 ]
[ARIES-1735] Detect beans with the same id, but different classes
> Detect beans with the same id, but different classes
> ----------------------------------------------------
>
> Key: ARIES-1735
> URL: https://issues.apache.org/jira/browse/ARIES-1735
> Project: Aries
> Issue Type: Bug
> Components: Blueprint
> Reporter: Dominik Przybysz
> Assignee: Dominik Przybysz
>
> When blueprint maven plugin finds two beans with the classes e. g. p1.T1 and
> p2.T1, then by default the id of both beans is generated from a simple name
> of class (it means t1) and we generate only the last bean (sorted
> lexicographically):
> {code}
> <bean id="t1" class="p2.T1"/>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)