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

Multiple declarations of the same fact from different packages are ignored or conflicting

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.2.0.CR2
    • 5.6.0.Final, 6.0.0.Final, 6.1.0.Final, 6.2.0.CR1
    • None
    • None

      If a fact is (re)declared multiple times from different packages:

      package p1;
      declare Foo @propertyReactive end
      

      and

      package p2;
      declare Foo @role(event) end
      

      The two declarations result in a conflict.
      If the DRL files are in the same package, one of the declarations will be lost

            mfusco@redhat.com Mario Fusco
            dsotty Davide Sottara (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: