You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CDI-Unit
Hi
I try to run test in our project but it fails with
org.jboss.weld.exceptions.DeploymentException: Exception List with 24 exceptions: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type GroupedConversation
even if I add this class to @AdditionalClasspaths. As we already have another test runner using Weld which runs quite fine, I was wondering whether there is an easy switch to tell CDI-Unit just to use the whole classpath instead of specifying all additional classpaths explicitly.