Question

How can I access the DRL generated within a DSLR file in Drools?

Was it helpful?

Solution

DSLs are just preprocessed DRL. I think the following link gives you an example on how to get DRL out of a DSLR.

http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/compiler/DrlParserTest.java

Kris

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top