0
votes
2answers
336 views

Arquillian and CDI

I'm reading the Arquillian Reference Guide which is very well written, however in the chapter that talks about setting up dependency injection I can't find where you actually specify the ...
0
votes
1answer
774 views

Fundamental question about Arquillian for remote testing

I've recently started learning about Arquillian. Was following the Geting started tutorial, learned about "Container Varieties" that talks about Remote, Embedded and Managed containers.I'm bit ...
0
votes
2answers
2k views

Getting a “WELD-001408 Unsatisfied dependencies error when deploying a class injected with an interface”

I'm doing some unit tests using Arquillian on JUnit4 and Jboss6. There is a facade(SomeFacadeclass) that has the "SomeClass"(which is an interface) injected to it. When Arquillian deploys the test.war ...