The stacktrace shows:
Caused by: java.lang.ClassCastException: org.jboss.weld.exceptions.DefinitionException cannot be cast to org.jboss.weld.exceptions.WeldException
instead of some meaningful message.
The reason is org.jboss.weld.exceptions.DeploymentException and org.jboss.weld.exceptions.DefinitionException are no longer subclasses of WeldException, but the code in MetaAnnotationStore.getInterceptorBindingModel() relies on it.
|