Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-16 Thread Ephemeris Lappis
Hello.According to your advices I've done some tests with the Drools 6.1.0 fetaures, and it seems to work but with some problems.I've installed the feature as follow to start what seems to be the minimal needed package to make my application code work :features:addurl mvn:org.drools/drools-karaf-fe

Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-14 Thread Ephemeris Lappis
Hello. This feature seems to use many features with versions that are not available on our ServiceMix 4.5.3. For example, the JPA feature is required with versions [1.0.1,2.0), while the current feature is 0.3. This is also the case for other dependencies. This makes the Drools feature deployment

Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-13 Thread Charles Moulliard
I would recommend that you use the karaf features 6.1.0.Beta3 file http://repo1.maven.org/maven2/org/drools/drools-karaf-features/6.1.0.Beta3/drools-karaf-features-6.1.0.Beta3-features.xmlto deploy your project on Karaf or ServiceMix On Tue, May 13, 2014 at 8:24 PM, Ephemeris Lappis < ephemeris.l

Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-13 Thread Ephemeris Lappis
Hello. I'll send you a project as described when our first tests work with a single bundle, which is not the case today. Indeed, we're experiencing problems, like many seem to have experienced before, to package and install drools on ServiceMix. We're testing first a simple bundle owning its

Re: [rules-users] Deploy Rules in separate OSGi bundles

2014-05-13 Thread Charles Moulliard
Can you share your code as I have created such kind of project (bundle A = KieContainer and bundle B = rules) which is working on Karaf ? https://github.com/cmoulliard/droolsjbpm-osgi-examples (bundle with Kie = kie-project-bundle

[rules-users] Deploy Rules in separate OSGi bundles

2014-05-13 Thread Ephemeris Lappis
Hello. I'd like to separate cleanly my Drools system into 2 OSGi bundles : 1) the java code that uses the Kie API (6.0.1) and exposes service interfaces to the business part of the applications. Its code relies on someting like : KieServices kieServices = KieServices.Factory.get(); kieContainer