Hi Kirti Arora!
You can look at the features in karaf.Define a set of Bundles as follows and
configure start-level based on their dependencies, then use feature:install
xxx.xml to install a feature.Hope this helps you!
<feature name="my-project" version="1.0.0">
<bundle
start-level="80">mvn:com.mycompany.myproject/myproject-dao</bundle>
<bundle
start-level="85">mvn:com.mycompany.myproject/myproject-service</bundle>
</feature>
Regards
duan
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html