You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/04/20 08:54:59 UTC

[jira] [Resolved] (CAMEL-8669) Karaf integration tests fails

     [ https://issues.apache.org/jira/browse/CAMEL-8669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-8669.
--------------------------------
    Resolution: Fixed
      Assignee: Christian Schneider

Yeah there was an osgi issue that Christian now has fixed

> Karaf integration tests fails
> -----------------------------
>
>                 Key: CAMEL-8669
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8669
>             Project: Camel
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 2.16.0
>            Reporter: Andrea Cosentino
>            Assignee: Christian Schneider
>             Fix For: 2.16.0
>
>
> In the last days I see a strange behavior when I try to test a bundle.
> Following the instructions, I've installed Camel-2.16 snapshot and then I run the command:
> {code}
> ancosen@ancosen-home:~/workspace/git_repo/camel/platforms/karaf/features$ mvn clean install
> {code}
> At this point I want to test a specific bundle:
> {code}
> ancosen@ancosen-home:~/workspace/git_repo/camel/tests/camel-itest-karaf$ mvn clean test -Dtest=CamelInfinispanTest
> {code}
> and I get the following error:
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Camel :: Integration Tests :: Karaf 2.16-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ camel-itest-karaf ---
> [INFO] Deleting /home/ancosen/workspace/git_repo/camel/tests/camel-itest-karaf/target
> [INFO] 
> [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ camel-itest-karaf ---
> [INFO] 
> [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ camel-itest-karaf ---
> [INFO] 
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ camel-itest-karaf ---
> [INFO] 
> [INFO] --- depends-maven-plugin:1.2:generate-depends-file (generate-depends-file) @ camel-itest-karaf ---
> [INFO] Created: /home/ancosen/workspace/git_repo/camel/tests/camel-itest-karaf/target/classes/META-INF/maven/dependencies.properties
> [INFO] 
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ camel-itest-karaf ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ camel-itest-karaf ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ camel-itest-karaf ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ camel-itest-karaf ---
> [INFO] Compiling 162 source files to /home/ancosen/workspace/git_repo/camel/tests/camel-itest-karaf/target/test-classes
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ camel-itest-karaf ---
> [INFO] Surefire report directory: /home/ancosen/workspace/git_repo/camel/tests/camel-itest-karaf/target/surefire-reports
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.camel.itest.karaf.CamelInfinispanTest
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [jar:file:/home/ancosen/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.1/pax-logging-api-1.8.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [jar:file:/home/ancosen/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> SLF4J: Actual binding is of type [org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory]
> [org.ops4j.pax.exam.spi.DefaultExamSystem] : Pax Exam System (Version: 4.3.0) created.
> [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1429440649673-0
> [org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.apache.camel.itest.karaf.CamelInfinispanTest
> [org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
> [org.apache.camel.itest.karaf.AbstractFeatureTest] : *** The karaf version is 2.4.1 ***
> [org.ops4j.pax.exam.spi.DefaultExamSystem] : creating default probe
> [org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
> [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711 parent=null root=[TestAddress:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711 root:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711] args=[Ljava.lang.Object;@4701bb2c
> [org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@4d2c74b9
> [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1429440649673-0
> [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-ed373b6a-9d48-48e0-a129-e4f403c0d210 parent=[TestAddress:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711 root:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711] root=[TestAddress:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711 root:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711] args=[Ljava.lang.Object;@37a04d30
> [org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.apache.camel.itest.karaf.CamelInfinispanTest
> [org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke test @ [TestAddress:PaxExam-ed373b6a-9d48-48e0-a129-e4f403c0d210 root:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711] Arguments: [Ljava.lang.Object;@4701bb2c
> [org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer] : using RMI registry at port 21000
> [org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1429440649673-0
> [org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.karaf/apache-karaf/2.4.1/tar.gz]
> [shaded.org.eclipse.aether.internal.impl.DefaultLocalRepositoryProvider] : Using manager SimpleLocalRepositoryManager with priority 0.0 for /home/ancosen/.m2/repository Ignored FQCN: shaded.org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory$Slf4jLoggerEx
> [org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.apache.karaf:apache-karaf:tar.gz:2.4.1) as /home/ancosen/.m2/repository/org/apache/karaf/apache-karaf/2.4.1/apache-karaf-2.4.1.tar.gz
> [org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer] : Test Container started in 2 millis
> [org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer] : Wait for test container to finish its initialization [ RelativeTimeout value = 180000 ]
> [org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient] : Waiting for remote bundle context.. on 21000 name: 28a88f2f-d7e1-4e17-8023-37bd40e71c27 timout: [ RelativeTimeout value = 180000 ]
> 2015-04-19 12:50:51,436 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from jmx.acl.java.lang.Memory.cfg
> 2015-04-19 12:50:51,439 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.features.cfg
> 2015-04-19 12:50:51,441 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.shell.cfg
> 2015-04-19 12:50:51,446 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.features.repos.cfg
> 2015-04-19 12:50:51,454 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.features.obr.cfg
> 2015-04-19 12:50:51,472 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.jaas.cfg
> 2015-04-19 12:50:51,477 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.command.acl.osgi.cfg
> 2015-04-19 12:50:51,481 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.command.acl.scope_bundle.cfg
> 2015-04-19 12:50:51,484 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.felix.fileinstall-deploy.cfg
> 2015-04-19 12:50:51,489 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.command.acl.jaas.cfg
> 2015-04-19 12:50:51,491 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.command.acl.config.cfg
> 2015-04-19 12:50:51,494 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from jmx.acl.cfg
> 2015-04-19 12:50:51,501 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from jmx.acl.org.apache.karaf.config.cfg
> 2015-04-19 12:50:51,505 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.command.acl.shell.cfg
> 2015-04-19 12:50:51,508 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.command.acl.features.cfg
> 2015-04-19 12:50:51,511 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from jmx.acl.org.apache.karaf.security.jmx.cfg
> 2015-04-19 12:50:51,514 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from jmx.acl.org.apache.karaf.bundle.cfg
> 2015-04-19 12:50:51,517 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.ops4j.pax.url.mvn.cfg
> 2015-04-19 12:50:51,524 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from jmx.acl.osgi.compendium.cm.cfg
> 2015-04-19 12:50:51,527 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.kar.cfg
> 2015-04-19 12:50:51,530 | INFO  | FelixStartLevel  | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.4.2 | Creating configuration from org.apache.karaf.management.cfg
> 2015-04-19 12:50:52,616 | WARN  | pool-1-thread-1  | FeaturesServiceImpl              | 7 - org.apache.karaf.features.core - 2.4.1 | Error when installing feature camel-spring: org.osgi.framework.BundleException: Duplicate import: org.osgi.framework
> 2015-04-19 12:50:52,945 | INFO  | pool-1-thread-1  | Activator                        | 25 - org.apache.karaf.service.guard - 2.4.1 | Adding role-based security to services with filter: (&(osgi.command.scope=*)(osgi.command.function=*))
> 2015-04-19 12:50:53,212 | INFO  | FelixStartLevel  | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | No quiesce support is available, so blueprint components will not participate in quiesce operations
>         __ __                  ____      
>        / //_/____ __________ _/ __/      
>       / ,<  / __ `/ ___/ __ `/ /_        
>      / /| |/ /_/ / /  / /_/ / __/        
>     /_/ |_|\__,_/_/   \__,_/_/         
>   Apache Karaf (2.4.1)
> Hit '<tab>' for a list of available commands
> and '[cmd] --help' for help on a specific command.
> Hit '<ctrl-d>' or type 'osgi:shutdown' or 'logout' to shutdown Karaf.
> karaf@root> 2015-04-19 12:50:53,686 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 17 - org.apache.karaf.shell.console - 2.4.1 | Generating command ACL config org.apache.karaf.command.acl.features into service ACL configs [org.apache.karaf.service.acl.command.features.install, org.apache.karaf.service.acl.command.features.uninstall]
> 2015-04-19 12:50:53,693 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 17 - org.apache.karaf.shell.console - 2.4.1 | Generating command ACL config org.apache.karaf.command.acl.osgi into service ACL configs [org.apache.karaf.service.acl.command.osgi.watch, org.apache.karaf.service.acl.command.osgi.uninstall, org.apache.karaf.service.acl.command.osgi.shutdown, org.apache.karaf.service.acl.command.osgi.refresh, org.apache.karaf.service.acl.command.osgi.start-level, org.apache.karaf.service.acl.command.osgi.start, org.apache.karaf.service.acl.command.osgi.restart, org.apache.karaf.service.acl.command.osgi.install, org.apache.karaf.service.acl.command.osgi.stop, org.apache.karaf.service.acl.command.osgi.update]
> 2015-04-19 12:50:53,709 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 17 - org.apache.karaf.shell.console - 2.4.1 | Generating command ACL config org.apache.karaf.command.acl.jaas into service ACL configs [org.apache.karaf.service.acl.command.jaas.update]
> 2015-04-19 12:50:53,715 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 17 - org.apache.karaf.shell.console - 2.4.1 | Generating command ACL config org.apache.karaf.command.acl.config into service ACL configs [org.apache.karaf.service.acl.command.config.propappend, org.apache.karaf.service.acl.command.config.delete, org.apache.karaf.service.acl.command.config.cancel, org.apache.karaf.service.acl.command.config.propdel, org.apache.karaf.service.acl.command.config.propset, org.apache.karaf.service.acl.command.config.update, org.apache.karaf.service.acl.command.config.edit]
> 2015-04-19 12:50:53,721 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 17 - org.apache.karaf.shell.console - 2.4.1 | Generating command ACL config org.apache.karaf.command.acl.shell into service ACL configs [org.apache.karaf.service.acl.command.shell.java, org.apache.karaf.service.acl.command.shell.edit, org.apache.karaf.service.acl.command.shell.exec, org.apache.karaf.service.acl.command.shell.new]
> 2015-04-19 12:50:53,734 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 17 - org.apache.karaf.shell.console - 2.4.1 | Generating command ACL config org.apache.karaf.command.acl.scope_bundle into service ACL configs [org.apache.karaf.service.acl.command.scope_bundle.admin, org.apache.karaf.service.acl.command.scope_bundle.shell, org.apache.karaf.service.acl.command.scope_bundle.packages, org.apache.karaf.service.acl.command.scope_bundle.ssh, org.apache.karaf.service.acl.command.scope_bundle.jaas, org.apache.karaf.service.acl.command.scope_bundle.log, org.apache.karaf.service.acl.command.scope_bundle.features, org.apache.karaf.service.acl.command.scope_bundle.config, org.apache.karaf.service.acl.command.scope_bundle.osgi]
> 2015-04-19 12:50:54,399 | INFO  | FelixStartLevel  | SecurityUtils                    | 30 - org.apache.sshd.core - 0.12.0 | BouncyCastle not registered, using the default JCE provider
> 2015-04-19 12:50:54,706 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Starting JMX OSGi agent
> 2015-04-19 12:50:54,830 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Registering MBean with ObjectName [osgi.compendium:service=cm,version=1.3,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b] for service with service.id [11]
> 2015-04-19 12:50:54,832 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Registering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.compendium:service=cm,version=1.3,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:54,832 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Registering org.osgi.jmx.framework.FrameworkMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=framework,version=1.7,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:54,832 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Registering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=wiringState,version=1.1,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:54,833 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Registering org.osgi.jmx.framework.BundleStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=bundleState,version=1.7,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:54,834 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Registering org.osgi.jmx.framework.PackageStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=packageState,version=1.5,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:54,834 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Registering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=serviceState,version=1.7,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:55,223 | INFO  | FelixStartLevel  | KarArtifactInstaller             | 46 - org.apache.karaf.deployer.kar - 2.4.1 | Karaf archives will be extracted to /home/ancosen/workspace/git_repo/camel/tests/camel-itest-karaf/target/paxexam/unpack/ab274cac-67e8-4488-bd26-b8b128a21c5d/system
> 2015-04-19 12:50:55,223 | INFO  | FelixStartLevel  | KarArtifactInstaller             | 46 - org.apache.karaf.deployer.kar - 2.4.1 | Timestamps for Karaf archives will be extracted to /home/ancosen/workspace/git_repo/camel/tests/camel-itest-karaf/target/paxexam/unpack/ab274cac-67e8-4488-bd26-b8b128a21c5d/system/.timestamps
> 2015-04-19 12:50:55,299 | INFO  | FelixStartLevel  | Activator                        | 69 - org.apache.camel.camel-core - 2.16.0.SNAPSHOT | Camel activator starting
> 2015-04-19 12:50:55,318 | INFO  | FelixStartLevel  | Activator                        | 69 - org.apache.camel.camel-core - 2.16.0.SNAPSHOT | Camel activator started
> [org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient] : Remote bundle context found after 5424 millis
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : make()
> [org.ops4j.store.intern.TemporaryStore] : Enter store()
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711,
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711 = org.apache.camel.itest.karaf.CamelInfinispanTest;test
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-7d4c5c23-2983-4a4b-8c1a-1ac29e11ce7c
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJmsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMetricsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelStreamTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelInfinispanTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelEventadminTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHl7Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelFacebookTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/jre.properties
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJpaTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMqttTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelRouteboxTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJuelTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelLinkedinTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelFtpTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJaxbTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelRabbitmqTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBeanstalkTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJcrTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelFreemarkerTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelTwitterTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMinaTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelScriptTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelTestTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSolrTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelXmppTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelExecTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelXstreamTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelLuceneTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCsvTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMongodbTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelIbatisTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelOpenshiftTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelVelocityTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJcloudsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJdbcAggregatorTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelAwsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelAmqpTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCacheTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGangliaTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelStringTemplateTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSjmsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCouchDBTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelPahoTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBeanValidatorTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelContextTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelAtmosphereWebsocketTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelAvroTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMyBatisTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJacksonTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBarcodeTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHttpTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelLdapTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMustacheTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelWebsocketTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelFlatpackTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelRmiTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJdbcTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/org.ops4j.pax.url.mvn.cfg
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHdfs2Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBoxTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelNettyTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelRssTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelQuartzTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSpringRedisTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMailTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMsvTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBoonTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHazelcastTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGoogleMailTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBindyTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHdfsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGroovyTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelNetty4HttpTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGoogleCalendarTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJxpathTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelQuartz2Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelTestSpringTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelKratiTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelOptaplannerTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJasyptTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGoogleDriveTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/config.properties
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelFopTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBeanioTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSoapTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSaxonTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelServletTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJmxTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelOlingo2Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelDnsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSpringBatchTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelZipfileTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelKafkaTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCmisTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSapNetweaverTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGeocoderTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSyslogTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelDropboxTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelDisruptorTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelRxTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelTagsoupTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSplunkTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource META-INF/DEPENDENCIES
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource META-INF/LICENSE
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHttp4Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJosqlTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelAtomTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCastorTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMina2Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSpringWebServiceTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelProtobufTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSchematronTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCxfTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource commons-logging.properties
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/custom.properties
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelXmlrpcTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelXmlbeansTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelStAXTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource META-INF/NOTICE
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCryptoTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJingTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelXmljsonTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHipchatTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSmppTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelRubyTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSpringLdapTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGsonTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSalesforceTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelXmlsecurityTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelNetty4Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCassandraqlTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSpringIntegrationTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJgroupsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelMvelTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelQuickFixTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelAhcTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelPgeventTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelPaxloggingTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelHbaseTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJsonpathTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJt400Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelVertxTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSipTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelUrlrewriteTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelOgnlTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSqlTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSnmpTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelYammerTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/AbstractFeatureTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelZookeeperTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelApnsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelRestletTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelElasticsearchTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJibxTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBase64Test.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelAhcWsTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSshTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelSpringJavaconfigTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGuavaEventBusTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelPrinterTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelIrcTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelNettyHttpTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelCometdTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelChunkTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelStompTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelWeatherTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelGuiceTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelBamTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelScalaTest.class
> [org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/apache/camel/itest/karaf/CamelJettyTest.class
> [org.ops4j.store.intern.TemporaryStore] : Exit store(): 0e5bebce61e6d88ddd24ccc19128a43b871f6aad
> [org.ops4j.pax.exam.container.remote.RBCRemoteTarget] : Preparing and Installing bundle (from stream )..
> [org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient] : Packing probe into memory for true RMI. Hopefully things will fill in..
> [org.ops4j.pax.exam.container.remote.RBCRemoteTarget] : Installed bundle (from stream) as ID: 118
> [org.ops4j.pax.exam.container.remote.RBCRemoteTarget] : call [[TestAddress:PaxExam-ed373b6a-9d48-48e0-a129-e4f403c0d210 root:PaxExam-1dbe1fa8-a4a0-4d7a-81a7-5d4d40b80711]]
> 2015-04-19 12:50:56,023 | INFO  | ion(3)-127.0.0.1 | ContainerTestRunner              | 114 - org.ops4j.pax.exam.invoker.junit - 4.3.0 | running test in reactor
> 2015-04-19 12:50:56,025 | INFO  | ion(3)-127.0.0.1 | AbstractFeatureTest              | 118 - PAXEXAM-PROBE-7d4c5c23-2983-4a4b-8c1a-1ac29e11ce7c - 0.0.0 | Calling the setUp method 
> 2015-04-19 12:50:56,026 | INFO  | ion(3)-127.0.0.1 | AbstractFeatureTest              | 118 - PAXEXAM-PROBE-7d4c5c23-2983-4a4b-8c1a-1ac29e11ce7c - 0.0.0 | The BundleContext is org.apache.felix.framework.BundleContextImpl@4c60f78a
> 2015-04-19 12:50:59,026 | INFO  | ion(3)-127.0.0.1 | AbstractFeatureTest              | 118 - PAXEXAM-PROBE-7d4c5c23-2983-4a4b-8c1a-1ac29e11ce7c - 0.0.0 | Creating the CamelContext ...
> 2015-04-19 12:50:59,027 | INFO  | ion(3)-127.0.0.1 | AbstractFeatureTest              | 118 - PAXEXAM-PROBE-7d4c5c23-2983-4a4b-8c1a-1ac29e11ce7c - 0.0.0 | Calling the tearDown method 
> [org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer] : Shutting down the test container (Pax Runner)
> 2015-04-19 12:50:59,080 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.infinispan.core
> 2015-04-19 12:50:59,085 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.camel.karaf.camel-karaf-commands
> 2015-04-19 12:50:59,114 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.diagnostic.management
> 2015-04-19 12:50:59,116 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.diagnostic.command
> 2015-04-19 12:50:59,119 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.diagnostic.common
> 2015-04-19 12:50:59,121 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.admin.management
> 2015-04-19 12:50:59,122 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.mbeans.dev
> 2015-04-19 12:50:59,126 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.mbeans.packages
> 2015-04-19 12:50:59,127 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.mbeans.log
> 2015-04-19 12:50:59,128 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.mbeans.config
> 2015-04-19 12:50:59,131 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.mbeans.services
> 2015-04-19 12:50:59,132 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.mbeans.system
> 2015-04-19 12:50:59,133 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.ssh
> 2015-04-19 12:50:59,142 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.admin.command
> 2015-04-19 12:50:59,156 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.admin.core
> 2015-04-19 12:50:59,158 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.features.command
> 2015-04-19 12:50:59,171 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.jaas.command
> 2015-04-19 12:50:59,184 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.dev
> 2015-04-19 12:50:59,192 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.packages
> 2015-04-19 12:50:59,195 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.commands
> 2015-04-19 12:50:59,216 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.jaas.modules
> 2015-04-19 12:50:59,221 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.console
> 2015-04-19 12:50:59,232 | INFO  | rint Extender: 1 | BlueprintContainerImpl           | 14 - org.apache.aries.blueprint.core - 1.4.2 | Bundle org.apache.karaf.shell.config is waiting for namespace handlers [http://karaf.apache.org/xmlns/shell/v1.1.0]
> 2015-04-19 12:50:59,251 | INFO  | rint Extender: 3 | BlueprintContainerImpl           | 14 - org.apache.aries.blueprint.core - 1.4.2 | Bundle org.apache.karaf.shell.osgi is waiting for namespace handlers [http://karaf.apache.org/xmlns/shell/v1.0.0]
> 2015-04-19 12:50:59,255 | INFO  | rint Extender: 1 | BlueprintContainerImpl           | 14 - org.apache.aries.blueprint.core - 1.4.2 | Bundle org.apache.karaf.shell.log is waiting for namespace handlers [http://karaf.apache.org/xmlns/shell/v1.0.0]
> 2015-04-19 12:50:59,263 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.config
> 2015-04-19 12:50:59,263 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.log
> 2015-04-19 12:50:59,264 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.shell.osgi
> 2015-04-19 12:50:59,266 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.deployer.kar
> 2015-04-19 12:50:59,271 | INFO  | FelixShutdown    | KarArtifactInstaller             | 46 - org.apache.karaf.deployer.kar - 2.4.1 | Karaf archive installer destroyed.
> 2015-04-19 12:50:59,273 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.features.management
> 2015-04-19 12:50:59,276 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.mbeans.bundles
> 2015-04-19 12:50:59,277 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.management.server
> 2015-04-19 12:50:59,279 | INFO  | FelixShutdown    | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Unregistering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.compendium:service=cm,version=1.3,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:59,279 | INFO  | FelixShutdown    | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Unregistering org.osgi.jmx.framework.FrameworkMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=framework,version=1.7,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:59,279 | INFO  | FelixShutdown    | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Unregistering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=wiringState,version=1.1,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:59,279 | INFO  | FelixShutdown    | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Unregistering org.osgi.jmx.framework.BundleStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=bundleState,version=1.7,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:59,280 | INFO  | FelixShutdown    | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Unregistering org.osgi.jmx.framework.PackageStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=packageState,version=1.5,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:59,280 | INFO  | FelixShutdown    | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Unregistering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer com.sun.jmx.mbeanserver.JmxMBeanServer@46bcb6d2 with name osgi.core:type=serviceState,version=1.7,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b
> 2015-04-19 12:50:59,280 | WARN  | FelixShutdown    | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Task rejected for JMX Notification dispatch of event [org.osgi.framework.ServiceEvent[source=[javax.management.MBeanServer]]] - Dispatcher may have been shutdown
> 2015-04-19 12:50:59,283 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.jaas.config
> 2015-04-19 12:50:59,284 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.deployer.features
> 2015-04-19 12:50:59,285 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.karaf.deployer.blueprint
> 2015-04-19 12:50:59,286 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.aries.blueprint.core
> 2015-04-19 12:50:59,288 | INFO  | FelixShutdown    | BlueprintExtender                | 14 - org.apache.aries.blueprint.core - 1.4.2 | Destroying BlueprintContainer for bundle org.apache.aries.blueprint.cm
> 2015-04-19 12:50:59,295 | INFO  | FelixStartLevel  | Activator                        | 69 - org.apache.camel.camel-core - 2.16.0.SNAPSHOT | Camel activator stopping
> 2015-04-19 12:50:59,295 | INFO  | FelixStartLevel  | Activator                        | 69 - org.apache.camel.camel-core - 2.16.0.SNAPSHOT | Camel activator stopped
> 2015-04-19 12:50:59,299 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Stopping JMX OSGi agent
> 2015-04-19 12:50:59,299 | INFO  | FelixStartLevel  | core                             | 34 - org.apache.aries.jmx.core - 1.1.2 | Unregistering MBean with ObjectName [osgi.compendium:service=cm,version=1.3,framework=org.apache.felix.framework,uuid=0cb4f9d3-0a3b-4b9f-8d79-61cdb419f43b] for service with service.id [11]
> 2015-04-19 12:50:59,314 | INFO  | FelixStartLevel  | Activator                        | 4 - org.ops4j.pax.logging.pax-logging-api - 1.8.1 | Disabling SLF4J API support.
> 2015-04-19 12:50:59,314 | INFO  | FelixStartLevel  | Activator                        | 4 - org.ops4j.pax.logging.pax-logging-api - 1.8.1 | Disabling Jakarta Commons Logging API support.
> 2015-04-19 12:50:59,314 | INFO  | FelixStartLevel  | Activator                        | 4 - org.ops4j.pax.logging.pax-logging-api - 1.8.1 | Disabling Log4J API support.
> 2015-04-19 12:50:59,315 | INFO  | FelixStartLevel  | Activator                        | 4 - org.ops4j.pax.logging.pax-logging-api - 1.8.1 | Disabling Avalon Logger API support.
> 2015-04-19 12:50:59,315 | INFO  | FelixStartLevel  | Activator                        | 4 - org.ops4j.pax.logging.pax-logging-api - 1.8.1 | Disabling JULI Logger API support.
> [org.ops4j.pax.exam.spi.DefaultExamSystem] : Option org.ops4j.pax.exam.options.FrameworkStartLevelOption has not been recognized.
> [org.ops4j.pax.exam.spi.DefaultExamSystem] : Option org.ops4j.pax.exam.karaf.options.KarafDistributionConfigurationOption has not been recognized.
> [org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.195 sec <<< FAILURE! - in org.apache.camel.itest.karaf.CamelInfinispanTest
> test(org.apache.camel.itest.karaf.CamelInfinispanTest)  Time elapsed: 9.961 sec  <<< ERROR!
> java.lang.ClassNotFoundException: org.apache.camel.osgi.CamelContextFactory not found by PAXEXAM-PROBE-7d4c5c23-2983-4a4b-8c1a-1ac29e11ce7c [118]
> 	at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1556)
> 	at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:77)
> 	at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1993)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> 	at org.apache.camel.itest.karaf.AbstractFeatureTest.createCamelContext(AbstractFeatureTest.java:131)
> 	at org.apache.camel.itest.karaf.AbstractFeatureTest.testComponent(AbstractFeatureTest.java:74)
> 	at org.apache.camel.itest.karaf.CamelInfinispanTest.test(CamelInfinispanTest.java:31)
> {code}
> I have the same behiavor for the other tests. Maybe it's not a bug, but a local problem of my environment, anyway I've opened an issue.
> Andrea



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)