-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently the ManagementClient attempts to auto-detect the the URI for the host and port of the default http-listener. This URI is used within Arquillian Core to inject an @ArquillianResource URL. However in cases where a remote container is being used and the binding IP address is 0.0.0.0, the URI is changed to use 127.0.0.1 for the host. This does not work with remote containers.
There should be a property in the arquillian.xml that allows these values to be overridden. We may also want to allow the socket-binding name to be overridden as well as a user may want to use a secure binding.
See https://github.com/wildfly/wildfly-arquillian/issues/106 for details.