Hi Martin,
The following are few observations. 1. At the deployment time: weldListener = Reflections.newInstance(WELD_LISTENER_CLASS_NAME); statement in org.jboss.weld.environment.servlet.Listener doesn't initialize its lifecycle member object. 2. In contextInitialized() org.jboss.weld.environment.servlet.Listener, statement Container container = findContainer(cc, dump); doesn't find container. 3. At the time of deployment, contextInitialized() org.jboss.weld.environment.servlet.Listener gets invoked. But the constructor EventMetadataBean(BeanManagerImpl beanManager) fails. This could be because it doesn't find class javax.enterprise.inject.spi.EventMetadata, though it finds javax.enterprise.inject.spi.InjectionPoint from cdi-api-1.0-sp4.jar. Please tell me, which jar is to be included for this?
-Shripad
|