[jbossws-issues] [JBoss JIRA] Commented: (JBWS-3139) Ensure IPv6 compatibility

Richard Opalka (JIRA) jira-events at lists.jboss.org
Tue Dec 14 07:22:52 EST 2010


    [ https://issues.jboss.org/browse/JBWS-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569943#comment-12569943 ] 

Richard Opalka commented on JBWS-3139:
--------------------------------------

I verified AS6 integration tests as well.
Here are the steps to reproduce successful run:
---
# start JBossAS server with JVM properties (update run.sh accordingly)
-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Stack=true -Djboss.bind.address=0:0:0:0:0:0:0:1
---
# configure tests to use IPv6 address
cd AS6/trunk/testsuite/
$>./build.sh -Dnode0=[0:0:0:0:0:0:0:1] clean main
# execute WS tests using IPv6 address
./build.sh -Dnode0=[0:0:0:0:0:0:0:1]  -Djbosstest.server.host=[0:0:0:0:0:0:0:1] init tests-webservice tests-ws
# Here are the results
---
Searching for build.xml ...
Buildfile: /home/opalka/svn/jbossas/trunk/testsuite/build.xml

check-env:

init-maven-ant-tasks:

init-dependencies:

init-dependencies:
     [echo] Loading dependency paths from file: /home/opalka/svn/jbossas/trunk/testsuite/output/build-dependencies.xml

init-paths:

server-config:

init:

check-env:

init-maven-ant-tasks:

init-dependencies:

init-paths:

server-config:

init:

tests-webservice:
    [junit] Running org.jboss.test.webservice.admindevel.ExampleTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.902 sec
    [junit] Running org.jboss.test.webservice.admindevel.ExplodedExampleTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.386 sec
    [junit] Running org.jboss.test.webservice.admindevel.RedeployExampleTestCase
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.309 sec
    [junit] Running org.jboss.test.webservice.jbas5614.JBAS5614TestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.113 sec

check-env:

init-maven-ant-tasks:

init-dependencies:

init-paths:

server-config:

init:

tests-ws:
    [junit] Running org.jboss.test.ws.jaxws.ejb3Integration.WebServiceTestCase
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.196 sec
    [junit] Running org.jboss.test.ws.jaxws.ejb3Integration.injection.InjectionTestCase
    [junit] The Apache Software Foundation, Apache CXF Runtime JAX-WS Frontend, 2.3.1
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.89 sec
    [junit] Running org.jboss.test.ws.jaxws.webserviceref.WebServiceRefClientTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.652 sec
    [junit] Running org.jboss.test.ws.jaxws.webserviceref.WebServiceRefEJB3TestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.748 sec
    [junit] Running org.jboss.test.ws.jaxws.webserviceref.WebServiceRefServletTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.452 sec

BUILD SUCCESSFUL
Total time: 52 seconds



> Ensure IPv6 compatibility
> -------------------------
>
>                 Key: JBWS-3139
>                 URL: https://issues.jboss.org/browse/JBWS-3139
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf, jbossws-native
>            Reporter: Alessio Soldano
>            Assignee: Richard Opalka
>             Fix For: jbossws-cxf-3.4.1, jbossws-native-3.4.1
>
>


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list