[
https://issues.jboss.org/browse/WELD-1126?page=com.atlassian.jira.plugin....
]
Tomas Remes commented on WELD-1126:
-----------------------------------
Run JBoss AS using IPV6 by:
{noformat}
${JBOSS_HOME/bin/standalone.sh -b=::1 -bmanagement=::1 -bunsecure=::1
-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true
--server-config=standalone-full.xml
{noformat}
Update Weld by:
{noformat}
mvn clean verify -Pupdate-jboss-as -f jboss-as/jboss-as-7/pom.xml
{noformat}
Execute tests by:
{noformat}
mvn clean verify -Dincontainer-remote -Ptests -f tests-arquillian/pom.xml -U
-Dnode.address=::1
{noformat}
Arquillian tests fail using IPV6
---------------------------------
Key: WELD-1126
URL:
https://issues.jboss.org/browse/WELD-1126
Project: Weld
Issue Type: Bug
Components: Testing Infrastructure (Mocks and Harness Integration)
Affects Versions: 1.1.7.Final
Reporter: Tomas Remes
Assignee: Ales Justin
It is actually not problem of Weld functionality, but some problem of HtmlUnit used in
tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira