GitHub user j2fringe opened a pull request:
https://github.com/apache/karaf/pull/17
Karaf Pax Exam (Container fix)
Before setting the karaf classpath, BootClasspathLibraries must be copied
to the ${karaf.home}/lib folder, so they are loaded when running the
KarafContainer.
This fix applies also to Karaf 2.3.x
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/j2fringe/karaf trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/17.patch
----
commit 0e0ec7f7856a50e5616d4a8b2c50cf9a765e26d2
Author: unknown <jmartinez@jwings32.(none)>
Date: 2013-04-18T19:00:12Z
Before setting the karaf classpath, BootClasspathLibraries must be copied
to the ${karaf.home}/lib folder
----