Hi, You need install those bundle jars through osgi:install or features:install or simply drop them into deploy folder
The system folder is a maven structure folder which play the role as a local maven repository, you can copy jars to system folder, follow the maven structure path, but it won't install bundle. When you use osgi:install or features:install, pax-url-mvn will first check the system folder, then your maven local repo, then any remote maven repo you specified. You may need go through the karaf manual here[1], karaf is the kernel of Servicmix, to get some concrete concept how Servicemix/Karaf works [1]http://karaf.apache.org/manual/latest-2.3.x/users-guide/index.html Freeman -- View this message in context: http://servicemix.396122.n5.nabble.com/Why-jar-in-the-system-directory-can-t-be-read-tp5715302p5715311.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
