* Kevin Conner > > Actually, it did not help. But thank you very much anyway, because it > > was in the entitypk.j the error occured. The problem was that our > > primary key was in a superclass, but the entitypk.j was not able to > > generate correct equals method for the subclasses. (All primary keys > > was equal...) > > Glad I could help, even if it wasn't what I thought :-). We haven't > come across that one because our primary keys are in the subclass, this > may change soon though. Thanks for the warning. > > BTW How did you fix it? Did you change the hashCode, equals and toString > XDtEjbPersistent:forAllPersistentFields superclasses attribute to true?
Yes, that's it. (But we forgot to include toString) -- Jon Haugsand, <[EMAIL PROTECTED]> Norges Bank, <http://www.norges-bank.no> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
