[jboss-jira] [JBoss JIRA] Commented: (JBAS-8510) Archive being scanned even though no beans.xml is present
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Oct 14 11:04:39 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557107#action_12557107 ]
Pete Muir commented on JBAS-8510:
---------------------------------
I think the issue is that Deployment.loadBeanDeploymentArchive is being called, which is actually adding *every* class in the archive, not just the ones that have requested to load by this method. This would cause Weld to see dupes I think.
> Archive being scanned even though no beans.xml is present
> ---------------------------------------------------------
>
> Key: JBAS-8510
> URL: https://jira.jboss.org/browse/JBAS-8510
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Weld/CDI
> Reporter: Stuart Douglas
> Assignee: Ales Justin
>
> When using the latest jboss as snapshot from hudson weld-extensions tests fail.
> It appears this is because the weld-extensions jar is being scanned and the annotated types added even though there is no beans.xml in the archive.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list