Dominik Przybysz created ARIES-1735:
---------------------------------------

             Summary: 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)

Reply via email to