Gopalakrishnan U wrote:
Looks the @ForeignKey is causing the trouble. When I removed the ForeignKey annotations the problem goes away. But I would like to keep the @ForeignKey as I am mapping to an existing table with foreign key definitions. Any ideas?I am not yet sure what exactly is creating this problem so that I can write a test case reproducingthe problem.
