[weld-issues] [JBoss JIRA] Commented: (WELD-236) Should maintain circular dependencies for each module of a deployment, not the whole deployment
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Oct 29 19:04:05 EDT 2009
[ https://jira.jboss.org/jira/browse/WELD-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492201#action_12492201 ]
Pete Muir commented on WELD-236:
--------------------------------
Shows up an issue where built in beans are causing ambiguous resolution exceptions, we need to only create the built-in bean once and install into all BDAs, and internally fetch the correct manager or something.
> Should maintain circular dependencies for each module of a deployment, not the whole deployment
> -----------------------------------------------------------------------------------------------
>
> Key: WELD-236
> URL: https://jira.jboss.org/jira/browse/WELD-236
> Project: Weld
> Issue Type: Bug
> Components: Bootstrap and Metamodel API
> Environment: MAC
> Reporter: Roger Kitain
> Assignee: Pete Muir
> Fix For: 1.0.0.CR2
>
>
> Given the following Deployment structure:
> deployment
> bda (jar)
> bda (war)
> bda (jar)
> The war's child bda (jar) will never get processed.
> See WeldBootstrap.visit method (around line 135).
--
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
More information about the weld-issues
mailing list