I am trying to dump an XML equivalent of a DRL file using DrlParser & XMLOutputter.

But when my rules file has rules with temporal operators DrlParser.parser(inputStream) throws a NullPointerException.

Why DrlParser is not supporing temporal operators yet?


Cheers,

Swapnil