Thanks Ioannis, i'm following the http://karaf.apache.org/manual/latest-2.2.x/developers-guide/custom-distribution.html and i suppose that is the same approch that servicemix use. The problem was that i forget to create thet etc folder ;-)
Thanks --Filippo Il 24 novembre 2011 11:35, Ioannis Canellos <[email protected]> ha scritto: > From a first glance your approach looks sane to me. It reminds me > the service-mix packaging and it should work. > Now the problem you are having is that it can't find the felix jar. I see > that it tries to find the file right inside your distribution home, while it > should try to find it under the system folder. > i) Check that the file is properly located at : distro home under: > system/org/apache/felix/org.apache.felix.framework/3.0.9/org.apache.felix.framework-3.0.9.jar > ii) Check that in your system.properties file ${karaf.default.repository} > properly points to the system folder. > My guess is that you don't have a system.properties file at all and that > this is the root cause of all your problems. > Have fun! > > -- > Ioannis Canellos > FuseSource > > Blog: http://iocanel.blogspot.com > Apache Karaf Committer & PMC > Apache Camel Committer > Apache ServiceMix Committer > Apache Gora Committer > Apache DirectMemory Committer > > > > >
