Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0.0
-
None
-
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)
Maven home: /home/kso/work/SEU/dev/maven/apache-maven-3.0.5
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /home/kso/work/SEU/jvm/jdk1.7.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.11.0-14-generic", arch: "amd64", family: "unix"Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: /home/kso/work/SEU/dev/maven/apache-maven-3.0.5 Java version: 1.7.0_45, vendor: Oracle Corporation Java home: /home/kso/work/SEU/jvm/jdk1.7.0_45/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.11.0-14-generic", arch: "amd64", family: "unix"
Description
One of the integration tests ends with error
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.831 sec Running org.apache.servicemix.itests.CxfExamplesTest Tests run: 8, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 45.857 sec <<< FAILURE! testCxfJaxRsBlueprintExample:org.apache.servicemix.itests.CxfExamplesTest.testCxfJaxRsBlueprintExample:KarafTestContainer{mvn:org.apache.servicemix/apache-servicemix/5.0.0-SNAPSHOT/tar.gz}(org.apache.servicemix.itests.CxfExamplesTest) Time elapsed: 1.661 sec <<< ERROR! java.lang.Exception: Feature named 'examples-cxf-jaxrs-blueprint' is not installed at org.apache.karaf.features.internal.FeaturesServiceImpl.uninstallFeature(FeaturesServiceImpl.java:953) at org.apache.servicemix.itests.IntegrationTestSupport$$anonfun$testWithFeature$1.apply(IntegrationTestSupport.scala:71) at org.apache.servicemix.itests.IntegrationTestSupport$$anonfun$testWithFeature$1.apply(IntegrationTestSupport.scala:71) at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33) at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:34) at org.apache.servicemix.itests.IntegrationTestSupport.testWithFeature(IntegrationTestSupport.scala:71) at org.apache.servicemix.itests.CxfExamplesTest.testCxfJaxRsBlueprintExample(ExamplesIntegrationTests.scala:123) Running org.apache.servicemix.itests.ActivitiExamplesTest