<div dir="ltr"><div><div><div><div><div><div>Attached is Grails application which uses Drools. It works with Drools 6.0.0.Beta5, but stops with CR1.<br><br></div>You need Grails on your PC to run the application. Easiest is to use <a href="http://gvmtool.net/">http://gvmtool.net/</a> to install Grails 2.2.4.<br>
<br></div><div></div>* unpack grails-drools6.tar.gz<br></div>* cd to this folder<br></div>* run: grails run-app<br></div>* visit <a href="http://localhost:8080/grails-drools6/drools/index">http://localhost:8080/grails-drools6/drools/index</a><br>
</div><div>* this time you will see &quot;ok&quot; in browser, because it will use 6.0.0.Beta5<br></div><div>* stop grails by pressing Ctrl+C<br></div><div><br></div><div>now to reproduce the problem:<br></div><div>* comment out line 2 in grails-drools6/grails-app/conf/BuildConfig.groovy<br>
* run: grails run-app<br>* visit <a href="http://localhost:8080/grails-drools6/drools/index">http://localhost:8080/grails-drools6/drools/index</a><br></div><div>* this will fail with message related to compiling of &quot;global com.xtmotion.builder.DroolsFactBuilder kb;&quot; in xtrules.drl<br>
</div></div>