Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 88142 invoked from network); 9 Jan 2009 16:32:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2009 16:32:32 -0000 Received: (qmail 30878 invoked by uid 500); 9 Jan 2009 16:32:32 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 30769 invoked by uid 500); 9 Jan 2009 16:32:32 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 30760 invoked by uid 99); 9 Jan 2009 16:32:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 08:32:32 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 16:32:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 487962388995; Fri, 9 Jan 2009 08:32:08 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r733075 - in /cxf/sandbox/dosgi: parent/ samples/greeter/client/ samples/greeter/impl/ systests/ systests/basic/ systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/ systests/equinox_libs/ systests/equinox_libs/3.5m4/ Date: Fri, 09 Jan 2009 16:32:07 -0000 To: commits@cxf.apache.org From: davidb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090109163208.487962388995@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davidb Date: Fri Jan 9 08:32:07 2009 New Revision: 733075 URL: http://svn.apache.org/viewvc?rev=733075&view=rev Log: Switched to Equinox for the system tests as Felix 1.4.1 currently doesn't work with spring-osgi-test. Since Equinox is not available via Maven, the jar file was temporarily checked in with the system tests. Filed CXF-1966 to keep track of this issue. Added: cxf/sandbox/dosgi/systests/equinox_libs/ cxf/sandbox/dosgi/systests/equinox_libs/3.5m4/ cxf/sandbox/dosgi/systests/equinox_libs/3.5m4/org.eclipse.osgi_3.5.0.v20081201-1815.jar (with props) Modified: cxf/sandbox/dosgi/parent/pom.xml cxf/sandbox/dosgi/samples/greeter/client/pom.xml cxf/sandbox/dosgi/samples/greeter/impl/pom.xml cxf/sandbox/dosgi/systests/basic/pom.xml cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/ListenerHookServiceListenerTest.java cxf/sandbox/dosgi/systests/pom.xml Modified: cxf/sandbox/dosgi/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/parent/pom.xml?rev=733075&r1=733074&r2=733075&view=diff ============================================================================== --- cxf/sandbox/dosgi/parent/pom.xml (original) +++ cxf/sandbox/dosgi/parent/pom.xml Fri Jan 9 08:32:07 2009 @@ -17,6 +17,7 @@ 2.2-SNAPSHOT + 1.4.1 2.5.5 1.1.2 Modified: cxf/sandbox/dosgi/samples/greeter/client/pom.xml URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/samples/greeter/client/pom.xml?rev=733075&r1=733074&r2=733075&view=diff ============================================================================== --- cxf/sandbox/dosgi/samples/greeter/client/pom.xml (original) +++ cxf/sandbox/dosgi/samples/greeter/client/pom.xml Fri Jan 9 08:32:07 2009 @@ -39,9 +39,9 @@ - org.apache.cxf - cxf-bundle-minimal - ${cxf.version} + org.apache.cxf + cxf-bundle-minimal + ${cxf.version} org.apache.cxf @@ -51,7 +51,7 @@ org.apache.felix org.apache.felix.framework - 1.1.0-cxf_dosgi-SNAPSHOT + ${felix.version} junit Modified: cxf/sandbox/dosgi/samples/greeter/impl/pom.xml URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/samples/greeter/impl/pom.xml?rev=733075&r1=733074&r2=733075&view=diff ============================================================================== --- cxf/sandbox/dosgi/samples/greeter/impl/pom.xml (original) +++ cxf/sandbox/dosgi/samples/greeter/impl/pom.xml Fri Jan 9 08:32:07 2009 @@ -40,8 +40,8 @@ org.apache.felix - org.apache.felix.framework - 1.1.0-cxf_dosgi-SNAPSHOT + org.osgi.core + 1.2.0 org.apache.cxf Modified: cxf/sandbox/dosgi/systests/basic/pom.xml URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/systests/basic/pom.xml?rev=733075&r1=733074&r2=733075&view=diff ============================================================================== --- cxf/sandbox/dosgi/systests/basic/pom.xml (original) +++ cxf/sandbox/dosgi/systests/basic/pom.xml Fri Jan 9 08:32:07 2009 @@ -41,21 +41,28 @@ org.apache.cxf cxf-dosgi-ri-samples-greeter-impl ${project.version} + + + org.apache.felix + org.osgi.core + + org.apache.cxf cxf-dosgi-ri-samples-greeter-client ${project.version} + + + org.apache.felix + org.apache.felix.framework + + - - org.apache.cxf - cxf-dosgi-ri-discovery-local - ${project.version} - - junit - junit - test + junit + junit + test Modified: cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java?rev=733075&r1=733074&r2=733075&view=diff ============================================================================== --- cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java (original) +++ cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/BasicPublishHookTest.java Fri Jan 9 08:32:07 2009 @@ -36,15 +36,8 @@ import org.osgi.framework.Constants; import org.osgi.framework.ServiceReference; import org.osgi.service.cm.ManagedService; -import org.springframework.osgi.test.platform.Platforms; public class BasicPublishHookTest extends AbstractIntegrationTest { - - - protected String getPlatformName() { - return Platforms.FELIX; - } - protected Manifest getManifest() { // let the testing framework create/load the manifest Manifest mf = super.getManifest(); Modified: cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/ListenerHookServiceListenerTest.java URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/ListenerHookServiceListenerTest.java?rev=733075&r1=733074&r2=733075&view=diff ============================================================================== --- cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/ListenerHookServiceListenerTest.java (original) +++ cxf/sandbox/dosgi/systests/basic/src/test/java/org/apache/cxf/dosgi/systests/basic/ListenerHookServiceListenerTest.java Fri Jan 9 08:32:07 2009 @@ -18,13 +18,12 @@ */ package org.apache.cxf.dosgi.systests.basic; -import java.util.Map; import java.util.HashMap; +import java.util.Map; import java.util.concurrent.Callable; import java.util.concurrent.FutureTask; import java.util.jar.Manifest; - import org.apache.cxf.aegis.databinding.AegisDatabinding; import org.apache.cxf.dosgi.samples.greeter.GreeterException; import org.apache.cxf.dosgi.samples.greeter.GreeterService; @@ -36,16 +35,10 @@ import org.osgi.framework.Constants; import org.osgi.framework.ServiceReference; import org.osgi.util.tracker.ServiceTracker; -import org.springframework.osgi.test.platform.Platforms; -public class ListenerHookServiceListenerTest extends AbstractIntegrationTest { - +public class ListenerHookServiceListenerTest extends AbstractIntegrationTest { private FutureTask> task; - - protected String getPlatformName() { - return Platforms.FELIX; - } - + protected Manifest getManifest() { // let the testing framework create/load the manifest Manifest mf = super.getManifest(); Added: cxf/sandbox/dosgi/systests/equinox_libs/3.5m4/org.eclipse.osgi_3.5.0.v20081201-1815.jar URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/systests/equinox_libs/3.5m4/org.eclipse.osgi_3.5.0.v20081201-1815.jar?rev=733075&view=auto ============================================================================== Binary file - no diff available. Propchange: cxf/sandbox/dosgi/systests/equinox_libs/3.5m4/org.eclipse.osgi_3.5.0.v20081201-1815.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: cxf/sandbox/dosgi/systests/pom.xml URL: http://svn.apache.org/viewvc/cxf/sandbox/dosgi/systests/pom.xml?rev=733075&r1=733074&r2=733075&view=diff ============================================================================== --- cxf/sandbox/dosgi/systests/pom.xml (original) +++ cxf/sandbox/dosgi/systests/pom.xml Fri Jan 9 08:32:07 2009 @@ -35,14 +35,21 @@ .. - org.springframework.osgi.test.platform.FelixPlatform + org.springframework.osgi.test.platform.EquinoxPlatform 1.0.0 1.0.0-rc1 + + org.eclipse.osgi + org.eclipse.osgi + 3.5m4 + system + ${basedir}/${topDirectoryLocation}/systests/equinox_libs/3.5m4/org.eclipse.osgi_3.5.0.v20081201-1815.jar + - + org.apache.servicemix.kernel.testing org.apache.servicemix.kernel.testing.support 1.0.0 @@ -53,20 +60,21 @@ orgi_R4_core - org.apache.felix - org.apache.felix.framework + org.apache.felix + org.apache.felix.framework - org.apache.felix - org.apache.felix.main + org.apache.felix + org.apache.felix.main org.springframework.osgi - + + @@ -100,16 +108,16 @@ ${project.version} - org.apache.cxf - cxf-bundle-minimal - ${cxf.version} - - - xalan - xalan - - - + org.apache.cxf + cxf-bundle-minimal + ${cxf.version} + + + xalan + xalan + + + org.springframework spring-core