-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
The changes to the excludes list done as part of JBAS-8060 is overly broad. FileNameVirtualFileFilter works by doing a "contains" check against the set of keys, so the list of keys needs to be pretty exact. It currently include easily matched terms like "cluster", "security" and "hornetq".
This is the cause of testsuite failures such as http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x-testSuite-sun16/747/testReport/org.jboss.test.cluster.defaultcfg.clusteredentity.test/ The tests deploy artifacts that include "cluster" in their names, and the artifacts aren't being scanned for EJB3 annotations.
This may be the cause of other failures as well; e.g. quite a few seem to be related to messaging or security.
- is related to
-
JBAS-8060 Introduce new scanning lib
-
- Closed
-