Java Reference
In-Depth Information
<container qualifier="jboss" default="true">
<configuration>
<property
name="managementAddress">localhost</property>
<property
name="managementPort">9999</property>
</configuration>
</container>
</arquillian>
The defaultProtocol element forces Arquillian to use the Servlet 3.0 protocol
with all containers as it is the most mature option.
Besides this, you have to set the remote management address and the management
port in case the container configuration differs from the default values (in our ex-
ample, we have included the default values, which are localhost and 9999 , just
to show their correct location in the configuration file).
Now before running the test, let's have a look at your project with all elements in the
right place:
Search WWH ::




Custom Search