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

Re: Help in using your Quartz OSGi bundle

2015-10-19 Thread Chetan Mehrotra
On Mon, Oct 19, 2015 at 6:52 PM, Pedro Domingues wrote: > These are not a bundles, these are entire projects wrapped into a jar with a > MANIFEST.MF file. I see my only option, as of now, to import manually each > quartz dependency, one by one, until no unresolved imports are left or class > not f

Re: Help in using your Quartz OSGi bundle

2015-10-19 Thread Neil Bartlett
Neil > > 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 October 12, 2015 10:28:09 PM WEST, Paulo Renato de Athaydes >&

Re: Help in using your Quartz OSGi bundle

2015-10-19 Thread Pedro Domingues
the classpath :( With this, I just give up. I recommend you have a look at Atmandu Scheduler instead... It's made for OSGi and apparently uses Quartz: http://www.amdatu.org/components/scheduling.html Good luck! And I can totally understand how you might feel frustrated about th

RE: Help in using your Quartz OSGi bundle

2015-10-13 Thread Pedro Domingues
middle which I have >no idea where it came from!! >But it became a personal challenge to get that old c3p0 jar and quartz >working in a OSGi environment. >:) >Renato > >> Date: Mon, 12 Oct 2015 23:23:27 +0200 >> Subject: Re: Help in using your Quartz OSGi bundle >>

RE: Help in using your Quartz OSGi bundle

2015-10-12 Thread Paulo Renato de Athaydes
Mon, 12 Oct 2015 23:23:27 +0200 > Subject: Re: Help in using your Quartz OSGi bundle > From: fr...@frankjlangel.com > To: users@felix.apache.org > > Have you considered using amdatu-scheduling, a fully wrapped Quartz OSGI > bundle? > > > > On 10/12/15, 11:16 PM,

Re: Help in using your Quartz OSGi bundle

2015-10-12 Thread Frank Langel
t;> >> >> Looks like a bug to me (probably fixed now, this is an older Felix >> version)... >> >> But I seem to have put two versions of slf4j in the classpath >> inadvertently.. anyway, why wouldn't it work? I don't know... >> So, after some more research,

RE: Help in using your Quartz OSGi bundle

2015-10-12 Thread Paulo Renato de Athaydes
... Renato > From: renatoathay...@hotmail.com > To: users@felix.apache.org > Subject: RE: Help in using your Quartz OSGi bundle > Date: Tue, 13 Oct 2015 08:07:07 +1100 > > > > > > The quartz bundle has the following imports: > Import-Package: com.mchange.v2.c3p0,

Re: Help in using your Quartz OSGi bundle

2015-10-12 Thread Neil Bartlett
10808-1106 > 1 ACTIVE c3p0_0.9.1.1 > 2 ACTIVE log4j.over.slf4j_1.7.5 > 3 INSTALLED mchange-commons-java_0.2.10 > 4 ACTIVE slf4j.api_1.7.5 >Fragments=5 > 5 RESOLVEDslf4j.simple_1.7.5 >Ma

RE: Help in using your Quartz OSGi bundle

2015-10-12 Thread Paulo Renato de Athaydes
Quartz: http://www.amdatu.org/components/scheduling.html Good luck! And I can totally understand how you might feel frustrated about this... I thought I would manage to get this working in a few minutes... took me hours trying, and nothing :( What can we do?! Regards, Renato

Re: Help in using your Quartz OSGi bundle

2015-10-12 Thread Jean-Baptiste Onofré
Hi Pedro, such dependencies should be optional. Let me check the SMX quartz bundle around this. Regards JB On 10/11/2015 01:20 PM, 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 OS

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
://bernd.eckenfels.net -Original Message- From: Pedro Domingues To: users@felix.apache.org Sent: So., 11 Okt. 2015 17:17 Subject: Re: Help in using your Quartz OSGi bundle I understand that everything has dependencies, however I wish this embedding could be automated, for example having

Re: Help in using your Quartz OSGi bundle

2015-10-11 Thread Achim Nierbeck
d > > > > -- > http://bernd.eckenfels.net > > -Original Message- > From: Neil Bartlett > To: users@felix.apache.org > Cc: jbono...@apache.org, "d...@felix.apache.org" , > users-h...@felix.apache.org > Sent: So., 11 Okt. 2015 16:46 > Subject: Re:

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
: users@felix.apache.org Cc: jbono...@apache.org, "d...@felix.apache.org" , users-h...@felix.apache.org Sent: So., 11 Okt. 2015 16:46 Subject: Re: Help in using your Quartz OSGi bundle > On 11 Oct 2015, at 12:20, Pedro Domingues wrote: > > Greetings, > > Sorry for bother

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