From: msell <nu...@jb...> - 2005-08-01 03:04:37
|
BTW: For my previous post, the Hypersonic log shows a minor modification I made to "Authors.java": @Id (generate = GeneratorType.AUTO) @Column (name = "authorId") public int getAuthorId() { return authorId; } I changed the column name for the AuthorID from "articleID" to "authorID". While that doesn't change anything related to the problem, it does make the table structure make sense. Just a minor observation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887617#3887617 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887617 |