[
https://jira.jboss.org/jira/browse/JBSEAM-3996?page=com.atlassian.jira.pl...
]
Marek Novotny resolved JBSEAM-3996.
-----------------------------------
Resolution: Done
I added a condition if a component is the same name and class => not throwing exception
otherwise for component with the same name and different class, the exception will be
thrown. I checked this with JBDS 3.0.0.cr2 with enabled debug in seam.properties in test
project.
Seam should ignore duplicate classes on classpath
-------------------------------------------------
Key: JBSEAM-3996
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3996
Project: Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.1.0.SP1, 2.1.1.GA
Reporter: Max Rydahl Andersen
Assignee: Marek Novotny
Priority: Critical
Fix For: 2.2.1.CR1
As discussed in JBIDE-3623 then Seam is reporting "Two components with the same name
and precedence - component name: <name>, component classes: <classname>"
when the class name is exactly the same. In that case it should only be the one that is
first on the classpath that is used; that the class exist in other locations is irrelevant
since you won't be able to load the class anyway since in java classloading
first-found wins.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira