Hi, Folks !

I´m actually working on a project using Drools 6.0.1.Final and I´ve recevied the following request:

1) All the .drl files are store inside my maven project under src/main/resources/drools-rules
   and here´s my drools.xml :

<beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:kie="http://drools.org/schema/kie-spring"
        xsi:schemaLocation="http://drools.org/schema/kie-spring http://drools.org/schema/kie-spring.xsd
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

        <kie:kmodule id="router-module">
                <kie:kbase name="kbase" packages="drools-rules">
                        <kie:ksession name="droolsSession" type="stateless" />
                </kie:kbase>
        </kie:kmodule>
        
        <bean id="kiePostProcessor" class="org.kie.spring.KModuleBeanFactoryPostProcessor"/>
</beans>

Maybe I was blind while searching on documentation, but I couldn´t find a way to load rules (.drl files) from  file system (outside the classpath).

Please, anyone could help me on this matter?

Rgds,

Geovanny Ribeiro
Greeting from Brazil



        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://drools.46999.n3.nabble.com/Kie-Spring-Integration-tp4030717.html">Kie-Spring Integration</a><br/>
Sent from the <a href="http://drools.46999.n3.nabble.com/Drools-User-forum-f47000.html">Drools: User forum mailing list archive</a> at Nabble.com.<br/>