Re: managing OSGi Dependencies

2014-10-24 Thread Pedro Domingues
Could you share your example project so that I could get a closer look? Thanks! On October 24, 2014 5:25:36 PM WEST, Neil Bartlett wrote: >Further to this… I just created a Bndtools project to build a bundle >containing your sample “SuchInterface” interface, plus the entire >contents of the js

Re: managing OSGi Dependencies

2014-10-26 Thread Pedro Domingues
go: https://github.com/njbartlett/jscience.example The only change to your code was to move it out of the default package. Regards, Neil From: Pedro Domingues <mailto:pedro.doming...@ist.utl.pt> Reply: Pedro Domingues > <mailto:pedro.doming...@ist.utl.pt> Date: 24 October 2

Re: Moving to Felix 5

2015-05-30 Thread Pedro Domingues
Hi, for me the changes in my code were zero. I think in the end you only need to replace your felix.jar file and clean the cache folder, but I would recommend that you replace all the other files for the new ones and install your bundles again. Anyway, you should have no major issues when up

Re: Complicated wrapping

2015-06-25 Thread Pedro Domingues
I have never used karaf, but it seems disappointing. I am currently fixing my blog, hence some content like pictures can be missing. However take a look at the ways I use to embed dependencies and see if any helps. I use maven: http://web.ist.utl.pt/ist162500/?cat=2 On June 24, 2015 10:47:07 P

Need help debugging Felix OSGi bundles (with Eclipse)

2015-09-12 Thread Pedro Domingues
Hi, I really need to debug my code by the use of breakpoints, however this seems a complex undertaking with an OSGi container. I have Eclipse and Felix (both the latest). My project is a raw OSGi project, I am not using PDE, just maven bundle plugin to generate the bundles and then copy them

Re: Need help debugging Felix OSGi bundles (with Eclipse)

2015-09-13 Thread Pedro Domingues
ava command line and then attach from Eclipse? > > >On Sat, Sep 12, 2015 at 3:31 PM, Pedro Domingues > wrote: >> Hi, >> >> I really need to debug my code by the use of breakpoints, however >this seems >> a complex undertaking with an OSGi container. >> &

Re: Need help debugging Felix OSGi bundles (with Eclipse)

2015-09-13 Thread Pedro Domingues
e short time. >It features very nice debug integration. > >Apart from this remote debugging always works but is less convenient. > >Christian > >Am 12.09.2015 um 21:31 schrieb Pedro Domingues: >> Hi, >> >> I really need to debug my code by the use of breakpo

Re: Need help debugging Felix OSGi bundles (with Eclipse)

2015-09-13 Thread Pedro Domingues
ied the new 3.0.0 version and was able to setup as small project in quite short time. It features very nice debug integration. Apart from this remote debugging always works but is less convenient. Christian Am 12.09.2015 um 21:31 schrieb Pedro Domingues: Hi, I really need to debug my code

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

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 Pedro Domingues
developers fail to do this (as the Quartz developers apparently did), users suffer. Neil On 11 Oct 2015, at 16:17, Pedro Domingues wrote: I understand that everything has dependencies, however I wish this embedding could be automated, for example having maven downloading and embedding transitive

RE: Help in using your Quartz OSGi bundle

2015-10-13 Thread Pedro Domingues
ata(ArrayList.java:418) >> >>at java.util.ArrayList.remove(ArrayList.java:495) >> >>at >org.apache.felix.framework.resolver.Candidates.prepare(Candidates.java:763) >> >>at >org.apache.felix.framework.resolver.ResolverImpl.resolve(Reso

Re: Help in using your Quartz OSGi bundle

2015-10-19 Thread Pedro Domingues
mmunity, and in the end I dont even understand how can the authors of those books put in practice their teachings in a mess like this...! Sorry... On 13/10/2015 23:24, Pedro Domingues wrote: Thank you guys for your suggestions. I am gonna try them to see what fits best! Best regards On Oct

Re: Help in using your Quartz OSGi bundle

2015-10-19 Thread Pedro Domingues
Thank you for your help so far guys. And I'm sorry for sending this huge wall of text twice to this mailing list, it was a mistake. Neil, yes I can't wait for the JigSaw project promised for Java 9! However I think developers will still be creating coarse-grained bundles depending on half of t