[rules-users] 5.1.0 CR1: Drools Spring Configuration Changed?

tolitius webakaunt at gmail.com
Mon Jul 26 16:29:08 EDT 2010


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.



More information about the rules-users mailing list