Issue Type: Bug Bug
Affects Versions: 2.1.0.Final
Assignee: Jozef Hartinger
Components: Bootstrap and Metamodel API
Created: 08/Nov/13 5:13 AM
Description:

CDI.current().getBeanManager() uses the classname of the calling class to cache BeanManagers returned. This fails if multiple deployments contain classes with the same name. For example, wicket-cdi-1.1 looks up the BeanManager from org.apache.wicket.cdi.CdiConfiguration. If multiple Wicket-CDI applications are deployed in the same container, every BeanManager lookup will return the instance cached on the first call.

Environment: WildFly master build
Project: Weld
Priority: Major Major
Reporter: Emond Papegaaij
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to