Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-260

Drools not writing calendars when marshalling

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 6.0.0.CR5
    • 5.5.0.Final
    • None
    • None

    Description

      When serializing Rule class, https://github.com/droolsjbpm/drools/blob/5.5.x/drools-core/src/main/java/org/drools/rule/Rule.java#L122, the write and read external methods does not write and read calendars properties.
      This causes that, if there is a rule which has a calendar in guvnor, for example,
      rule "CalendarTest"
      calendars "my cal"
      no-loop true
      dialect "mvel"
      when
      then
      System.out.println("CALENDAR IS FIRIUNG!!!");
      end

      when rule is retrieved, calendars are not took into account.

      Attachments

        Activity

          People

            mfusco@redhat.com Mario Fusco
            calca_jira Demian Calcaprina (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: