henrichen / zkcdi

Automatically exported from code.google.com/p/zkcdi
0 stars 0 forks source link

JBoss NoClassDefError for BeanManagerImpl due to unnecessary cast #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Deploy zkcdidemo.war on JBoss

What is the expected output? What do you see instead?
Expected successful deployment.
Instead got 
Caused by: java.lang.RuntimeException: java.lang.ClassCastException: 
org.jboss.weld.BeanManagerImpl cannot be cast to 
org.jboss.weld.manager.BeanManagerImpl
    at org.zkoss.cdi.weld.spi.ZKWeldExtension.beforeBeanDiscovery(ZKWeldExtension.java:126)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ashish.dasnurkar on 9 Jul 2010 at 3:18