On Jboss 6 the BeanManagerProvider doesn't return the BeanManager due to
classLoader differences
------------------------------------------------------------------------------------------------
Key: EXTCDI-74
URL: https://issues.apache.org/jira/browse/EXTCDI-74
Project: MyFaces CODI
Issue Type: Improvement
Components: Core
Affects Versions: 0.9.0
Environment: JBoss M4
Reporter: Rudy De Busscher
Priority: Minor
The method ClassUtils.getClassLoader(null) returns another ClassLoader during
extension initialization then during use of the class through a
BeanManagerProvider.getInstance().getBeanManager().
during initialization
cl =
{org.jboss.classloader.spi.base.baseclassloa...@17200}"baseclassloa...@b14a51{vfs:///D:/3E/code/web/trunk/war/target/synaptiq.war}"
during retrival
cl = {org.jboss.web.tomcat.service.webctxloader$encloa...@19651}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.