Alessio Soldano created JBWS-3861:
-------------------------------------
Summary: Fix tests failing when running against a container not bound to
localhost
Key: JBWS-3861
URL:
https://issues.jboss.org/browse/JBWS-3861
Project: JBoss Web Services
Issue Type: Task
Components: jbossws-cxf, productization
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.0
We currently have some tests that fails if run against a server bound to a specific
network interface (not to localhost). To reproduce:
{noformat}
./bin/standalone.sh -b 192.168.0.7 -bmanagement=192.168.0.7 -bunsecure=192.168.0.7
mvn -Dwildfly810.home=/dati/wildfly-8.1.0.Final -Pwildfly810
-Djboss.bind.address=192.168.0.7 -Djbossws.deployer.host=192.168.0.7 integration-test
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)