-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.1.0.Beta1
-
None
URLScanner is depending on there being only one instance of META-INF/beans.xml on the classpath when loading beans.xml from jar. I don't have a standalone example of this, because it's occurring within eclipse, but in our case when scanning at startup the scanner would see beans.xml in the weld core jar but rather than loading it, would load two copies of a META-INF/beans.xml that it found on the classpath outside of that jar. Attached is a patch that fixes this for us.
- duplicates
-
WELD-714 URLScanner parses the same beans.xml file if beans.xml is in WEB-INF/classes/META-INF in a WAR package
-
- Closed
-