Derek Broughton wrote: > I have finally got my pojos, actions and tests to all compile, but now > when > I try to test I get the following. Since this _has_ been working, I'm > sure it's something I've done, but how can I find out exactly what > CLEAN_INSERT is trying to pass to the database, so that I debug it?
Damn. As usual as soon as I get frustrated enough to ask, I find my own answer, or at least close enough to it - the data in my src/test/resources/sample-data.xml has duplicate "id" fields for a bunch of related tables. I'm guessing that my mappings aren't quite right. -- derek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
