Re: [rules-users] Drools 5.4.0.FINAL and OSGI. Unable to instantiate service for Class 'org.drools.concurrent.ExecutorProvider'

2013-01-21 Thread ikbhal
Hi, Hi I am using drools I am getting this error after i run the rule after 10 times. Can you please suggest me is there any i can do i tried to chagne version of drools-core,api,compiler , but it does not work. my pom.xml is dependency groupIdorg.drools/groupId

Re: [rules-users] Drools 5.4.0.FINAL and OSGI. Unable to instantiate service for Class 'org.drools.concurrent.ExecutorProvider'

2013-01-21 Thread ikbhal
Thanks Per Sterner, i tried to your suggestion, I removed drools-api dependency from pom.xml its working. -- View this message in context:

Re: [rules-users] Drools 5.4.0.FINAL and OSGI. Unable to instantiate service for Class 'org.drools.concurrent.ExecutorProvider'

2012-06-01 Thread Per Sterner
Hello, perhaps it is an equinox /eclipse.osgi problem? The drools-api and the drools-core bundle have the same packages 'org.drools.concurrent'. I wrote a little test bundle which only does a dynamic-import like the 'drools-api' bundle. The class org.drools.concurrent.ExecutorProviderFactory

Re: [rules-users] Drools 5.4.0.FINAL and OSGI. Unable to instantiate service for Class 'org.drools.concurrent.ExecutorProvider'

2012-06-01 Thread Per Sterner
I just found an old eclipse forum entry: http://www.eclipse.org/forums/index.php/mv/msg/90154/278597/#msg_278597 On 01.06.2012 03:29, Mark Proctor wrote: Looks like you have some classpath issues and using the incorrect jar versions. On 29/05/2012 14:30, Per Sterner wrote: [ERROR] [System]

Re: [rules-users] Drools 5.4.0.FINAL and OSGI. Unable to instantiate service for Class 'org.drools.concurrent.ExecutorProvider'

2012-05-31 Thread Mark Proctor
Looks like you have some classpath issues and using the incorrect jar versions. On 29/05/2012 14:30, Per Sterner wrote: [ERROR] [System] - Caused by: java.lang.ClassNotFoundException: org.drools.concurrent.ExecutorProviderImpl ___ rules-users

[rules-users] Drools 5.4.0.FINAL and OSGI. Unable to instantiate service for Class 'org.drools.concurrent.ExecutorProvider'

2012-05-29 Thread Per Sterner
Hello, I have been using Drools 5.3.0.FINAL until now. I am upgrading my running system with 5.4.0.FINAL. The bundles are all runing. I got some error messages and tried to reduce the problem and created a simple bundle. The code only inserts facts and after 20 facts I get the following error: