Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread Pedro Domingues
On 11/10/2015 18:59, Neil Bartlett wrote: Such a tool does exist… for example the Embed-Dependency and Embed-Transitive instructions in the maven-bundle-plugin. Of course, the price is that every bundle will contain its own copy of every library. So if you think this solves the problem then I

Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread Neil Bartlett
Such a tool does exist… for example the Embed-Dependency and Embed-Transitive instructions in the maven-bundle-plugin. Of course, the price is that every bundle will contain its own copy of every library. So if you think this solves the problem then I recommend not bothering with OSGi or any oth

Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread ecki
The bundle-plugin of felix can do that to some extend, I use it to embed the dependencies. They are automatically downloaded via maven. However especually when your artifact has so many uneeded dependencies it is better to decide case by case how you want to resolve them. Gruss Bernd -- http:

Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread Achim Nierbeck
Hi, as you're using a servicemix rebundled version of Quarz, either check if there is already a never version available which already does address your issue. Or file an issue at the servicemix project which addresses your issue to have certain bundle marked as optional import. regards, Achim

Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread Pedro Domingues
I understand that everything has dependencies, however I wish this embedding could be automated, for example having maven downloading and embedding transitive dependencies into the quartz bundle. Thanks On 11/10/2015 16:08, e...@zusammenkunft.net wrote: Hello, Have to agree with Neil, hower

Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread ecki
Hello, Have to agree with Neil, hower I want to add, that the bundling of Quartz here is the problem, it could make some dependencies optional and it could even add some of the dependencies inside the bundle. This is what I did with Quartz, I embedded Quartz and some of its dependencies inside

Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread Neil Bartlett
> On 11 Oct 2015, at 12:20, Pedro Domingues wrote: > > Greetings, > > Sorry for bothering you, but I would like to ask for your help with your > Quartz bundle. > > I am trying to install your Quartz OSGi bundle into my project: > > > > However when I insert the bundle in my Apache Felix I

Help in using your Quartz OSGi bundle

2015-10-11 Thread Pedro Domingues
Greetings, Sorry for bothering you, but I would like to ask for your help with your Quartz bundle. I am trying to install your Quartz OSGi bundle into my project: http://i.imgur.com/PKHnWIj.png However when I insert the bundle in my *Apache Felix* I keep getting the unresolved dependencies