Hi Peter, On 14 Sep 2007 at 12:19, Peter Bondurant wrote:
> I have a similar problem. CRUD generation on my POJOs results in the same > error and stacktrace as yours. However, if I copy/paste my POJOs in a > project created from scratch, CRUD generation works fine! Hmmm, unless I missed something, your model classes don't have concatenated keys, so either your error is different, or there's something else that our code has in common that's triggering this error. I wondered if in your code the error is being triggered by having multiple Hibernate Annotations on one line. My code doesn't have that - I wasn't aware you could have more than one annotation on one line so I learned something there. When you say "if you copy/paste your POJOs in a project created from scratch, CRUD generation works fine", is the code literally copied and pasted? It's not altered in any way? I still haven't worked out a solution for my problem, I may have to create all the artifacts by hand :-( Cheers, Rob Hills Waikiki, Western Australia Mobile +61 (412) 904-357 Fax: +61 (8) 9529-2137 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
