This content has been marked as final.
Show 2 replies
-
1. Re: Server to Client event: no subscribers to deliver to for subject: cdi.event:Dispatcher
csa Mar 27, 2015 9:43 AM (in response to pgy)Hi,
It seems like the errai-weld-integration.jar is missing from your deployment. If you execute mvn dependency:tree you should see it listed in compile scope and the .jar should end up in WEB-INF/lib.
Cheers,
Christian
-
2. Re: Server to Client event: no subscribers to deliver to for subject: cdi.event:Dispatcher
pgy Mar 27, 2015 11:16 AM (in response to csa)Thanks. Until now, I haven't used maven.
I will retry with maven, it will be easier with all these dependencies...