My test has:

@Inject
@Filter(value = "service=worker", timeout = 50000L) // wait for the worker.
WebServiceAvailable webServiceAvailable;

(in an abstract base class)

My @Test method called, the variable is null, and there are no errors
in the log. I also have a similar injection for BootFinished, and it
also is null.

Reply via email to