You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2010/11/18 23:19:14 UTC

[jira] Created: (AXIS2-4889) SOAPConnectionTest#testGet slows down the build

SOAPConnectionTest#testGet slows down the build
-----------------------------------------------

                 Key: AXIS2-4889
                 URL: https://issues.apache.org/jira/browse/AXIS2-4889
             Project: Axis2
          Issue Type: Bug
          Components: saaj
    Affects Versions: 1.5.3
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Minor


SOAPConnectionTest#testGet connects to http://java.sun.com/index.html (!!!) to test sending GET requests with SOAPConnection. java.sun.com now redirects to oracle.com, but for several days, this redirection has been extremely slow or even times out. This considerably increases the time it takes to execute the SAAJ tests. Anyway, there is no need to notify Oracle every time somebody somewhere in the world is building Axis2... Therefore, this test should be refactored to start its own embedded Jetty container so that GET requests can be tested properly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4889) SOAPConnectionTest#testGet slows down the build

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-4889.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.4
                   1.6

Resolved by r1036659 on the trunk and r1036660 on the 1.5 branch.

> SOAPConnectionTest#testGet slows down the build
> -----------------------------------------------
>
>                 Key: AXIS2-4889
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4889
>             Project: Axis2
>          Issue Type: Bug
>          Components: saaj
>    Affects Versions: 1.5.3
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: 1.6, 1.5.4
>
>
> SOAPConnectionTest#testGet connects to http://java.sun.com/index.html (!!!) to test sending GET requests with SOAPConnection. java.sun.com now redirects to oracle.com, but for several days, this redirection has been extremely slow or even times out. This considerably increases the time it takes to execute the SAAJ tests. Anyway, there is no need to notify Oracle every time somebody somewhere in the world is building Axis2... Therefore, this test should be refactored to start its own embedded Jetty container so that GET requests can be tested properly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org