Java Reference
In-Depth Information
There is one more container-related topic. Our Arquillian tests use a protocol to commu-
nicate with the micro deployment on the application server. If we don't specify the pro-
tocol, the container will choose the default one. In order to specify it manually, we will
need to add the org.jboss.arquillian.protocol dependency (named so as it's
compatible with Servlet 3.0 specifications):
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet</artifactId>
<scope>test</scope>
</dependency>
Search WWH ::




Custom Search