Re: Hazelcast on felix framework

2015-10-19 Thread Frank Langel
David, that’s a well known error/issues that requires a certain setting. I will look up my notes and send you the instructions We use Hazelcast extensively Frank On 10/19/15, 8:48 PM, "developm...@mobigov.com" wrote: > > > >Oct 19, 2015 1:58:20 PM >com.hazelcast.internal.osgi.OSGiScriptEng

Hazelcast on felix framework

2015-10-19 Thread development
I was having trouble getting hazelcast to run on jdk8 and I think it is because the com.hazelcast.internal.osgi.OSGiScriptEngineManager can't find a script engine. I am getting the error below but I know it can be done because karaf uses hazelcast. Oct 19, 2015 1:58:20 PM com.hazelcast.internal

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
> On 19 Oct 2015, at 14:22, Pedro Domingues wrote: > > Guys, so far no luck... Both original quartz library bundle and amdatu bundle > import the following dependencies as mandatory: > > (Amdatu) > > *Import-Package:* com.mchange.v2.c3p0;resolution:=optional, > javax.ejb;resolution:=optional,

Re: Help in using your Quartz OSGi bundle

2015-10-19 Thread Pedro Domingues
Guys, so far no luck... Both original quartz library bundle and amdatu bundle import the following dependencies as mandatory: (Amdatu) *Import-Package:* com.mchange.v2.c3p0;resolution:=optional, javax.ejb;resolution:=optional, javax.mail;resolution:=optional, javax.mail.internet;resolution:=opt