2 Replies Latest reply on Feb 3, 2014 8:19 AM by cheekychops

    Problem using Pax Exam with Fuse

    cheekychops

      I have been trying to use PaxExam with fuse, and the only way I could get it to work is to replace the zip distribution "mvn:org.jboss.fuse/jboss-fuse/6.0.0.redhat-024/zip"  in my local maven repo with a zip of my fuse installation directory.

       

      If I try to use the default distro I get this error:

       

      Please wait while JBoss Fuse is loading...

      Bundle listed in startup.properties configuration not found: org/ow2/asm/asm-all/4.1/asm-all-4.1.jar

      Could not create framework: java.lang.Exception: Aborting due to missing startup bundles

      java.lang.Exception: Aborting due to missing startup bundles

              at org.apache.karaf.main.Main.processConfigurationProperties(Main.java:1198)

              at org.apache.karaf.main.Main.loadStartupProperties(Main.java:1011)

              at org.apache.karaf.main.Main.launch(Main.java:299)

              at org.apache.karaf.main.Main.main(Main.java:509)

       

      Should this work without my tinkering or am I missing something?

       

      Source code with tests is here