Open
Description
The managed containers normally need to set some location (jbossHome, catalinaHome) in arquillian.xml
When you install a new container and answer yes to
"Do you want Arquillian to install the container?"
and
"Where do you want to install the container?" xxxx
A arquillian.xml container configuration with the correct property should be set refering to xxxx
e.g.
<container qualifier="">
<property name="jbossHome">xxx</property>
</container>
Activity