Hi, I'm trying to do some work with EJB3 defining a composite primary key for an Entity Bean.
JBossIDE gives me an error on the following statement: @Column(name = "xxx", primaryKey = true, nullable = false, updateable = false, insertable = false) stating the following for this statement: "The attribute primaryKey is undefined for the annotation type Column" Maybe I missed something in the evolving specification. But isn't primaryKey supposed to define the elements of the primary Key? Thanks, Reiner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918445#3918445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918445 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
