In a nutshell, this is what I am trying to do: 1. Create a custom karaf distribution which has all the necessary jars for starting up (No internet connection needed). 2. Include some additional features using a feature.xml file under the project source directory. The necessary dependencies of this feature should get included in system repo 3. Some features (like jdbc) should be preinstalled and available on startup. So that there is no need to do a "feature:install jdbc" when the karaf starts 4. My features.xml will include some non-OSGI bundles (wrap:*) these should also get auto-installed when karaf starts up.
Please guide me how to build such a distribution. Thanks -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-Standalone-Distribution-tp4034233p4034240.html Sent from the Karaf - User mailing list archive at Nabble.com.
