Re: Service not tracked by another bundle?

2018-07-19 Thread Jean-Baptiste Onofré
Hi Christian all is packaged in the same bundle ? It's better to have one bundle for common/API, one for service provider, one for service "client". You can take a look on the current example: https://github.com/apache/karaf/pull/484 I plan to merge and include in the distribution pretty soon

Service not tracked by another bundle?

2018-07-19 Thread Christian Eugster
I have built a simple maven project for learning but I am stuck. I generated a bundle that contains api and implementation and a DAO service. The dao service (CarService) provides methods to create and select car entities (simple entities with just a name field as id). I dropped the generated bu