If it isn't a known bug, I 'll happily make another testcase patch.
I am pretty sure it's because I have 2 different references to Team in
Match, namely homeTeam and awayTeam.
With kind regards,
Geoffrey De Smet
Geoffrey De Smet wrote:
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
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email