[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-669) Scanner and components.xml inside packages
Peter Muir (JIRA)
jira-events at jboss.com
Thu Jan 18 11:08:55 EST 2007
Scanner and components.xml inside packages
------------------------------------------
Key: JBSEAM-669
URL: http://jira.jboss.com/jira/browse/JBSEAM-669
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.1.1.GA
Reporter: Peter Muir
If you put a components.xml inside a package which has no classes which are seam components inside it then it is not picked up by the scanner.
This is because Initialization.installScannedClass attempts to install from the components.xml file for that package BUT for the flow to get to installScannedClass at least one of the classes in the package must be a seam component.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list