JB, you can see the project in attached file above and you can see the explanations :
/There is 5 modules : > - OMEGA_WSREST is the parent module > - omega-module-kar is the module which allows to generate the kar > archive > - omega-module-dao is the data access module > - omega-module-jaxrs is the web layer module > - omega-module-service-metier is the business layer module > > In fact, I separated each layer of my Web Service Rest. > > In order to create the kar archive, I right-click on the parent project > (OMEGA_WSREST) then I choose "Run as" then "Maven build" then, in "goals", > I type "clean install". It builds one jar by module and at the end, it > generate a kar file thanks to the module "omega-module-kar". > > In fact, I thougt that the only way to install all my bundles and all the > dependencies in Karaf was to generate a kar archive. > > Therefore, if you are a better way to install all my bundle easyly, I > would like you show me. / -- View this message in context: http://karaf.922171.n3.nabble.com/Bundle-versioning-tp4046396p4046409.html Sent from the Karaf - User mailing list archive at Nabble.com.
