I am struggling to get Arquillian to run on an esoteric project that I am working on. Whilst I am still working on this failure to run, which has to do with sharing and referencing wildfly modules, I am also getting the following warning out of Arquillian.
For peace of mind and in the hope of identifying whether the warning is a contributing factor to the issues I am having, I would like to understand its cause and how to stop it.
I get the following on deploy...
May 09, 2017 10:44:06 AM org.jboss.arquillian.core.impl.ObserverImpl resolveArguments
WARNING: Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
and the following on un-deploy...
May 09, 2017 10:44:18 AM org.jboss.arquillian.core.impl.ObserverImpl resolveArguments
WARNING: Argument 2 for ArquillianServiceDeployer.undeploy is null. It won't be invoked.