This content has been marked as final.
Show 2 replies
-
1. Re: Errai is overriding javax-enterprise but not overriding InvocationContext?
csa Nov 7, 2014 5:44 PM (in response to pnakaska)I've seen this problem before (in Eclipse) caused by the wrong dependency order: errai-javax-enterprise, in fact all Maven dependencies should come after your JRE/JDK. Check your project configuration->Java Build Path->Order and Export.
Cheers,
Christian
-
2. Re: Errai is overriding javax-enterprise but not overriding InvocationContext?
pnakaska Nov 11, 2014 10:04 AM (in response to pnakaska)That was the problem. Thanks!