You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Krzysztof Sobkowiak (JIRA)" <ji...@apache.org> on 2013/12/30 01:23:50 UTC

[jira] [Created] (SM-2220) Integration Tests - Feature named 'examples-cxf-jaxrs-blueprint' is not installed

Krzysztof Sobkowiak created SM-2220:
---------------------------------------

             Summary: Integration Tests - Feature named 'examples-cxf-jaxrs-blueprint' is not installed
                 Key: SM-2220
                 URL: https://issues.apache.org/jira/browse/SM-2220
             Project: ServiceMix
          Issue Type: Bug
          Components: itests
    Affects Versions: 5.0.0
         Environment: 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"
            Reporter: Krzysztof Sobkowiak
            Priority: Minor


One of the integration tests ends with error

{code}
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

{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)