Hello,<br>
I'm actually using Drools in an OSGi environment and everything looks
fine so far. But now I want to configure the KnowledgeBases etc. via
Spring-XML-Configuration, like it's shown in the <a href="http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-integration/html_single/index.html#d0e76">5.1.1 Integration Guide</a>. I have read the <a href="http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-container/drools-spring/src/test/java/org/drools/container/spring/SpringDroolsTest.java">Test-cases</a>
and tried to "copy" them, but it didn't worked. I think it's because
he couldn't find the necessary classes (because of OSGi
Classloader-Strategy and so on). My question is now: Has someone already
tried to use Drools including Spring in an OSGi environment? I
don't know where to start because I'm new at Drools and have never
worked with Spring.<br>
<br>
Kind regards,<br>
<br>
O.S.