Re: [rules-users] Drools Expert 5 OSGi

2010-04-27 Thread Wouter Van Isterdael
Have you and Maxime had any luck yet? 2010/4/21 jflamy > Maxime (previous poster on the chain) works with me. We're still cutting > our teeth as well. We're hoping to find the same thing and do a Hello World > project. > > On Wed, Apr 21, 2010 at 2:31 PM, AervTerrh [via Drools - Java Rules Engin

Re: [rules-users] Drools Expert 5 OSGi

2010-04-21 Thread Wouter Van Isterdael
I keep having problems with OSGi Drools aswell. Can anyone send me a project example with imports etc.? That would be most helpful. King regards Aerv 2010/4/21 jflamy > > The jars in the "bin" zip are themselves bundles. You need those as well. > -- > View this message in context: > http://n3

Re: [rules-users] Drools and OSGi

2010-04-15 Thread Wouter Van Isterdael
I have done the following: - Created a new Project in Eclipse, "Plug-in from existing jar archives" : added the .jar files of the lib directory in org.drools.eclipse-5.1.0.SNAPSHOT.zip.

Re: [rules-users] Drools and OSGi

2010-04-15 Thread Wouter Van Isterdael
Thread.currentThread().setContextClassLoader(cl); > >... use the class ... > > > Thread.currentThread().setContextClassLoader(origCl); > > Maybe this helps, > > Cheers, Rob. > > > Am 14.04.2010, 20:27 Uhr, schrieb Wouter Van Isterdael >

Re: [rules-users] Drools and OSGi

2010-04-14 Thread Wouter Van Isterdael
I still seem to be having problems getting it working. The problem did not go away. I still get the same error. Would anyone know of a simple step-by-step tutorial for using Drools in a Felix OSGi environment? Preferrably within Eclipse and with Pax Runner. Any help would be very much appreciated