0 Replies Latest reply on Jul 14, 2010 11:43 AM by bosschaert

    Bundle Performance Test failing on with -Dframework=jbmsc

    bosschaert

      There is a set of Bundle performance tests in http://github.com/jbosgi/jbosgi/tree/master/testsuite/performance. They work with felix and jbossmc, but not with jbmsc.

       

      An easy way to run the lightest bundle perf test is this:

       

      {code}testsuite/performance$

      mvn test -Dtest=BundleSmokeTestCase -Dframework=jbmsc{code}

       

      Originally this problem revolved around the following line of code:

      {code}builder.addImportPackages("org.jboss.osgi.testing");{code}

      although I see that recently a different error has started to appear...

       

      Any idea what the issue could be?