You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Kristian Koehler (JIRA)" <ji...@apache.org> on 2008/07/08 09:42:00 UTC

[jira] Commented: (SM-1374) Http Component Tests require remote connection

    [ https://issues.apache.org/activemq/browse/SM-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44062#action_44062 ] 

Kristian Koehler commented on SM-1374:
--------------------------------------

Hi

I'm not sure if I can commit the patch because the patch includes the wsdl files which contains the following notice:

---
<!--
	September 14, 2002

	(c) Copyright 2002, The Web Services-Interoperability Organization (WS-I)
	Download or use of this file is governed by the Policies and Bylaws of WS-I.

	For more information, send email info@ws-i.org. 	
-->
---

The old tests requires a remote connection to the files which causes problems. My patch includes the files. So I'm not sure how to handle this. Can I commit the files to the apache repository?

Any other idea? ;-)

Kristian

> Http Component Tests require remote connection
> ----------------------------------------------
>
>                 Key: SM-1374
>                 URL: https://issues.apache.org/activemq/browse/SM-1374
>             Project: ServiceMix
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Kristian Koehler
>         Attachments: http-component.patch
>
>
> Hi
> i'm struggling to run all servicemix tests on my local machine which is behind a proxy and sometimes offline. ;-) 
> The HTTP Component tests require a remote connection for the org.apache.servicemix.http.HttpWsdlTest. A remote WSDL file should be used for the test. I changed the tests so that no remote connection is neccessary. Within the tests i start a Jetty Server to simulate a remote connection. This should work the same way as the remote test ;-)
> The wsdl files are now stored locally. Not sure if this is a license problem??
> Additional I added functionality for port testing. 
> The tests now also searchs for free ports which it could use.
> Kristian
> ps: currently waiting for my apache account to be reseted... 

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