> 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 agree with that. Just can't figure out where it comes from :-( > 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? Not in any way. > I still haven't worked out a solution for my problem, I may have to create > all the artifacts by hand :-( Maybe you can try the same workaround I finally used: copy your POJO(s) in a new project, generate, and copy the result of generation back in your project. Worked fine for me. Good luck! Peter.
