Because of hardcoded paths/ports in the following tests:
org.jboss.resteasy.test.client.ClientResponseFailureTest
org.jboss.resteasy.test.client.ApacheHttpClient4Test
org.jboss.resteasy.test.ProxyInputStreamTest
setting the http port for the embedded test server using the system property "org.jboss.resteasy.port" has no effect.
See attached patch that sets the path up in BaseResourceTest, using TestPortProvider.generateBaseUrl();