Author: gertv
Date: Wed Dec 14 22:20:19 2011
New Revision: 1214509
URL: http://svn.apache.org/viewvc?rev=1214509&view=rev
Log:
SMX4-981: Fix broken itests build after moving it out of the examples
Modified:
servicemix/smx4/features/trunk/branding/pom.xml
servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml
servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml
servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml
servicemix/smx4/features/trunk/itests/pom.xml
servicemix/smx4/features/trunk/itests/test-commons/pom.xml
servicemix/smx4/features/trunk/itests/tests/pom.xml
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/IntegrationTest.java
Modified: servicemix/smx4/features/trunk/branding/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/branding/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/branding/pom.xml (original)
+++ servicemix/smx4/features/trunk/branding/pom.xml Wed Dec 14 22:20:19 2011
@@ -28,6 +28,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
+ <groupId>org.apache.servicemix.features</groupId>
<artifactId>org.apache.servicemix.features.branding</artifactId>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Features :: Branding Support</name>
Modified: servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-handler-cfg/pom.xml Wed Dec 14
22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-handler-cfg</artifactId>
+ <artifactId>org.apache.servicemix.itests.cxf-handler-cfg</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP
Handler OSGi</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: CXF SOAP
Handler OSGi</name>
<dependencies>
<dependency>
Modified: servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-http-osgi/pom.xml Wed Dec 14
22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-http-osgi</artifactId>
+ <artifactId>org.apache.servicemix.itests.cxf-http-osgi</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF
OSGi</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: CXF OSGi</name>
<dependencies>
<dependency>
@@ -42,8 +42,8 @@
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.test-commons</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Modified: servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-jms-osgi/pom.xml Wed Dec 14
22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
- <artifactId>org.apache.servicemix.examples.itests.cxf-jms-osgi</artifactId>
+ <artifactId>org.apache.servicemix.itests.cxf-jms-osgi</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF JMS
Transport OSGi</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: CXF JMS
Transport OSGi</name>
<dependencies>
<dependency>
@@ -42,8 +42,8 @@
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.test-commons</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Modified: servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-mtom-osgi/pom.xml Wed Dec 14
22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-mtom-osgi</artifactId>
+ <artifactId>org.apache.servicemix.itests.cxf-mtom-osgi</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF MTOM
OSGi</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: CXF MTOM
OSGi</name>
<dependencies>
<dependency>
Modified: servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/cxf-nmr-osgi/pom.xml Wed Dec 14
22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
- <artifactId>org.apache.servicemix.examples.itests.cxf-nmr-osgi</artifactId>
+ <artifactId>org.apache.servicemix.itests.cxf-nmr-osgi</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF NMR
Transport OSGi</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: CXF NMR
Transport OSGi</name>
<dependencies>
<dependency>
@@ -42,8 +42,8 @@
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.test-commons</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Modified: servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml
(original)
+++ servicemix/smx4/features/trunk/itests/cxf-soap-handler-osgi/pom.xml Wed Dec
14 22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-soap-handler-osgi</artifactId>
+ <artifactId>org.apache.servicemix.itests.cxf-soap-handler-osgi</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF SOAP
Handler OSGi</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: CXF SOAP
Handler OSGi</name>
<dependencies>
<dependency>
Modified: servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml
(original)
+++ servicemix/smx4/features/trunk/itests/cxf-ws-security-osgi/pom.xml Wed Dec
14 22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-ws-security-osgi</artifactId>
+ <artifactId>org.apache.servicemix.itests.cxf-ws-security-osgi</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: CXF WS
Security OSGi</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: CXF WS
Security OSGi</name>
<dependencies>
<dependency>
Modified: servicemix/smx4/features/trunk/itests/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/pom.xml Wed Dec 14 22:20:19 2011
@@ -28,6 +28,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<packaging>pom</packaging>
<name>Apache ServiceMix :: Features :: Integration Tests</name>
Modified: servicemix/smx4/features/trunk/itests/test-commons/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/test-commons/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/test-commons/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/test-commons/pom.xml Wed Dec 14
22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
- <artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId>
+ <artifactId>org.apache.servicemix.itests.test-commons</artifactId>
<packaging>bundle</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: Common
Classes</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: Common
Classes</name>
<dependencies>
<dependency>
Modified: servicemix/smx4/features/trunk/itests/tests/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/tests/pom.xml?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/itests/tests/pom.xml (original)
+++ servicemix/smx4/features/trunk/itests/tests/pom.xml Wed Dec 14 22:20:19 2011
@@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.servicemix</groupId>
+ <groupId>org.apache.servicemix.itests</groupId>
<artifactId>itests</artifactId>
<version>4.4.0-SNAPSHOT</version>
</parent>
- <artifactId>org.apache.servicemix.examples.itests.tests</artifactId>
+ <artifactId>org.apache.servicemix.itests.tests</artifactId>
<packaging>jar</packaging>
- <name>Apache ServiceMix :: Features :: Examples :: iTests :: Integration
Tests</name>
+ <name>Apache ServiceMix :: Features :: Integration Tests :: Tests</name>
<dependencies>
<dependency>
@@ -207,43 +207,43 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.test-commons</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.test-commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-http-osgi</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.cxf-http-osgi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-ws-security-osgi</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+
<artifactId>org.apache.servicemix.itests.cxf-ws-security-osgi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-jms-osgi</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.cxf-jms-osgi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-nmr-osgi</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.cxf-nmr-osgi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-mtom-osgi</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+ <artifactId>org.apache.servicemix.itests.cxf-mtom-osgi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-soap-handler-osgi</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+
<artifactId>org.apache.servicemix.itests.cxf-soap-handler-osgi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.servicemix.examples</groupId>
-
<artifactId>org.apache.servicemix.examples.itests.cxf-handler-cfg</artifactId>
+ <groupId>org.apache.servicemix.itests</groupId>
+
<artifactId>org.apache.servicemix.itests.cxf-handler-cfg</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified:
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java
(original)
+++
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java
Wed Dec 14 22:20:19 2011
@@ -120,8 +120,8 @@ public class CXFNMRIntegrationTest exten
getBundle("org.apache.servicemix.nmr",
"org.apache.servicemix.nmr.management"),
getBundle("org.apache.servicemix.nmr",
"org.apache.servicemix.nmr.osgi"),
getBundle("org.apache.servicemix.document",
"org.apache.servicemix.document"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.test-commons"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-nmr-osgi"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.test-commons"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-nmr-osgi"),
};
}
@@ -129,7 +129,7 @@ public class CXFNMRIntegrationTest exten
public void testNMROsgi() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-nmr-osgi");
+ waitOnContextCreation("org.apache.servicemix.itests.cxf-nmr-osgi");
Thread.sleep(5000);
NMR nmr = getOsgiService(NMR.class);
assertNotNull(nmr);
Modified:
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/IntegrationTest.java
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/IntegrationTest.java?rev=1214509&r1=1214508&r2=1214509&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/IntegrationTest.java
(original)
+++
servicemix/smx4/features/trunk/itests/tests/src/test/java/org/apache/servicemix/examples/IntegrationTest.java
Wed Dec 14 22:20:19 2011
@@ -156,16 +156,16 @@ public class IntegrationTest extends Abs
getBundle("org.apache.servicemix.nmr",
"org.apache.servicemix.nmr.management"),
getBundle("org.apache.servicemix.nmr",
"org.apache.servicemix.nmr.osgi"),
getBundle("org.apache.servicemix.document",
"org.apache.servicemix.document"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.test-commons"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-http-osgi"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-ws-security-osgi"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-jms-osgi"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-soap-handler-osgi"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-mtom-osgi"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-handler-cfg"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.test-commons"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-http-osgi"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-ws-security-osgi"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-jms-osgi"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-soap-handler-osgi"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-mtom-osgi"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-handler-cfg"),
getBundle("org.apache.servicemix.examples", "cxf-ws-addressing"),
getBundle("org.apache.servicemix.examples", "cxf-jaxrs"),
- getBundle("org.apache.servicemix.examples",
"org.apache.servicemix.examples.itests.cxf-nmr-osgi"),
+ getBundle("org.apache.servicemix.itests",
"org.apache.servicemix.itests.cxf-nmr-osgi"),
};
}
@@ -177,7 +177,7 @@ public class IntegrationTest extends Abs
public void testHttpOsgi() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-http-osgi");
+ waitOnContextCreation("org.apache.servicemix.itests.cxf-http-osgi");
Thread.sleep(5000);
String filter = "(&(" + "objectclass=" + HelloWorld.class.getName() +
")(TEST-BUNDLE-NAME=cxf-http-osgi))";
@@ -194,7 +194,7 @@ public class IntegrationTest extends Abs
public void testJmsOsgi() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-jms-osgi");
+ waitOnContextCreation("org.apache.servicemix.itests.cxf-jms-osgi");
Thread.sleep(5000);
String filter = "(&(" + "objectclass=" + HelloWorld.class.getName() +
")(TEST-BUNDLE-NAME=cxf-jms-osgi))";
ServiceReference ref = bundleContext.getServiceReferences(null,
filter)[0];
@@ -210,7 +210,7 @@ public class IntegrationTest extends Abs
public void testNMROsgi() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-nmr-osgi");
+ waitOnContextCreation("org.apache.servicemix.itests.cxf-nmr-osgi");
Thread.sleep(5000);
NMR nmr = getOsgiService(NMR.class);
assertNotNull(nmr);
@@ -254,7 +254,7 @@ public class IntegrationTest extends Abs
public void testSoapHandlerOsgi() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-soap-handler-osgi");
+
waitOnContextCreation("org.apache.servicemix.itests.cxf-soap-handler-osgi");
Thread.sleep(5000);
ServiceReference ref =
bundleContext.getServiceReference(org.apache.handlers.AddNumbers.class.getName());
@@ -271,7 +271,7 @@ public class IntegrationTest extends Abs
public void testSpringConfigHandlerOsgi() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-handler-cfg");
+ waitOnContextCreation("org.apache.servicemix.itests.cxf-handler-cfg");
Thread.sleep(5000);
ServiceReference ref =
bundleContext.getServiceReference(org.apache.springcfg.handlers.AddNumbers.class.getName());
@@ -343,7 +343,7 @@ public class IntegrationTest extends Abs
public void testWSSecurity() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-ws-security-osgi");
+
waitOnContextCreation("org.apache.servicemix.itests.cxf-ws-security-osgi");
Thread.sleep(5000);
URLConnection connection = new
URL("http://localhost:8080/cxf/HelloWorldSecurity")
.openConnection();
@@ -363,7 +363,7 @@ public class IntegrationTest extends Abs
public void testMtomOsgi() throws Exception {
Thread.sleep(5000);
-
waitOnContextCreation("org.apache.servicemix.examples.itests.cxf-mtom-osgi");
+ waitOnContextCreation("org.apache.servicemix.itests.cxf-mtom-osgi");
Thread.sleep(5000);
ServiceReference ref =
bundleContext.getServiceReference(org.apache.cxf.mime.TestMtom.class.getName());