-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
None
I've written a very simple Arquillian Test which just adds one CDI Bean to the deployment archive and the tests injects this Bean and checks if a method call to the CDI bean is working.
Once I add the Vaadin dependencies to my pom.xml the test fails as there is a ServletContainerInitializer configured and it's loaded by the test without adding the packages to add and this breaks the deployment of the test.