I just tried the trunk (to compare a benchmark between it and the branch), but I got an error, anything I can do about it?
Are shadow facts optional? (or are they better always anyway?)

java.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

--
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to