droolsfiddle / drools-fiddle

The fiddle for Drools
Apache License 2.0
30 stars 25 forks source link

Omitting a global LOGGER in the DRL causes runtime error and does not fire rules. #20

Closed aktur closed 6 years ago

aktur commented 6 years ago

Remove the LOGGER definition and reference from the DRL and firing all rules has no effect due to the runtime error in the postDrlFire(). This makes copy and paste of DRLs difficult.