* Kevin Conner > If you have a simple test then we can try to reproduce it. > > > /** > > * @ejb:interface-method > > */ > > Which version of xdoclet are you using? We found a bug in > version 1.1.2 when generating primary keys, it manifests > itself during serialisation. Try regenerating your pk with > the attached template.
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...) Thanks. -- 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
