[rules-users] Guvnor Calendars

Anton Nikulin antonnik94 at gmail.com
Thu Feb 14 17:52:27 EST 2013


Hi

I have a problem with calendars in guvnor. I want to use calendars feature
in my rules and I've defined such rule in Guvnor:

rule "CalendarTest"
        calendars "AUD Home Loans"
        no-loop true
        dialect "mvel"
        when

        then
            System.out.println("CALENDAR IS WORKING!!!");
    end

When in my application I consume ChangeSet.xml in which i specify recources
in binary format as PKG type, it always fires this rule even if there is no
calendar in session. However, if i defined sources in changeset in DRL
format, everything is ok.

Can you help me, why is it so?

Thanks, Anton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20130215/41d96990/attachment.html 


More information about the rules-users mailing list