Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-575

Shadow facts break when a fact Class has 2 properties (with a different name) of the same fact class

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.1-m1
    • 3.1-m1
    • None
    • None

    Description

      See user mailing list: [trunk] Repetitive field name/signature in class

      ava.lang.ClassFormatError: Repetitive field name/signature in class file net/sf/taseree/samples/travelingtournament/domain/MatchShadowProxy

      Here's my Match class:

      public class Match extends AbstractPersistable implements Comparable<Match>, Solution

      { private Team homeTeam; private Team awayTeam; private Day day; // getters, setters, clone(), toString() }

      AbstractPersistable has a Long id with getters/setters

      I will make a testcase with Cheese and provide a testcase patch, but it seems the trunk's pom's don't do "mvn idea:idea" properly, like the branch did,
      so I 'll provide a pom.xml patch first

      Attachments

        Activity

          People

            etirelli@redhat.com Edson Tirelli
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty