/[Apache-SVN]
ViewVC logotype

Revision 740760


Jump to revision: Previous Next
Author: davidb
Date: Wed Feb 4 14:45:41 2009 UTC (15 years, 2 months ago)
Changed paths: 6
Log Message:
Fixes broken HttpServiceConfigurationTypeHandler, added extra test for the thing that was broken before.
Additionally, sets the org.osgi.service.http.port for the single-bundle distribution (this can't be done automatically for the multibundle distribution as it needs to happen before the pax-web component is started). 

The for org.osgi.service.http.port property, the following algorithm is used:
1. if its already set, don't change it
2. if not set, see if port 8080 is available and set it to that
3. if port 8080 is not available, ask the system for another free port

Changed paths

Path Details
Directorycxf/dosgi/trunk/distribution/single-bundle/pom.xml modified , text changed
Directorycxf/dosgi/trunk/distribution/single-bundle/src/main/java/org/apache/cxf/dosgi/singlebundle/AggregatedActivator.java modified , text changed
Directorycxf/dosgi/trunk/distribution/single-bundle/src/test/java/org/apache/cxf/dosgi/singlebundle/AggregatedActivatorTest.java modified , text changed
Directorycxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceConfigurationTypeHandler.java modified , text changed
Directorycxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceConfigurationTypeHandlerTest.java modified , text changed
Directorycxf/dosgi/trunk/parent/pom.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26