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" can be found with 'Class.forName()'. But the class "org.drools.concurrent.ExecutorProviderImpl" can't be found. (If I manually require drools-core 'Class.forName()' works for "org.drools.concurrent.ExecutorProviderImpl") I have tried eclipse.osgi 3.6.1 , 3.7.2 and the current 3.8.0 Regards, Per Sterner 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] - Caused by: java.lang.ClassNotFoundException: >> org.drools.concurrent.ExecutorProviderImpl > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
