vendredi 27 février 2015

Migrating Spring drools-context.xml from 5.0 to 6.0

In drools 6, there have been some changes to the Spring integration, such that the resources are no longer specified.



<drools:resources>
<drools:resource type="DRL"
source="classpath:rules/products.drl"/>
</drools:resources>


How do I specify them in version 6, then?


Aucun commentaire:

Enregistrer un commentaire