This content has been marked as final.
Show 3 replies
-
1. Re: WELD-001408: Unsatisfied dependencies
mkouba Aug 31, 2015 4:02 AM (in response to ruddy32)Hi Sylvain,
this should work. The war is usually considered to be a single module where all classes are loaded with the same class loader. Could you attach/share a reproducer test app? Also did you try a different application server (e.g. WildFly)? This might be an integration issue.
-
2. Re: WELD-001408: Unsatisfied dependencies
ruddy32 Sep 2, 2015 12:11 PM (in response to mkouba)I build a simple project with the sample architecture and it works fine. It might a problem with some bean. Is it possible to have Weld beans loading log information ?
-
3. Re: WELD-001408: Unsatisfied dependencies
mkouba Sep 3, 2015 2:27 AM (in response to ruddy32)Yes, it is possible - see also this FAQ entry: How do I enable debug logging for Weld in a specific container?