Use dynamic port numbers for unit tests the examples
----------------------------------------------------
Key: CAMEL-4814
URL: https://issues.apache.org/jira/browse/CAMEL-4814
Project: Camel
Issue Type: Task
Components: examples
Reporter: Claus Ibsen
Fix For: 2.10
Its a bit annoying that CI servers and whatnot fail tests due to a port number
in use issue when testing the examples.
> org.apache.cxf.interceptor.Fault: Could not start Jetty server on port 9,000:
> Address already in use
We should use dynamic port numbers, like we do when testing components.
camel-test has a util class to find a free port number.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira