No. This is a different one:

        <bean id="knowledgeProvider"
                
class="org.drools.container.spring.beans.persistence.JPAKnowledgeServiceBean">

                <property name="entityManagerFactory" 
ref="entityManagerFactory" />
                <property name="transactionManager" ref="txManager" />
                <property name="variablePersisters">
                        <util:map>
                                ... ...
                        </util:map>
                </property>
                <property name="kbase">
                        <drools:kbase id="kbase" node="node1">
                                <drools:resource type="DRF"
                                                      
source="classpath:./META-INF/process/ultra-simple-process.rf" />
                                <drools:resource type="DRL"
                                                       
source="classpath:./META-INF/rule/simple-rule.drl" />
/>                                           
                        </drools:kbase>
                </property>                
        </bean>

This works in "5.1.0 M2", it does not in "5.1.0 CR1 +"

/Anatoly
-- 
View this message in context: 
http://drools-java-rules-engine.46999.n3.nabble.com/5-1-0-CR1-Drools-Spring-Configuration-Changed-tp997130p997407.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to