Hi, Sorry for my previous response. I looked too quickly at your descriptors. I think the problem is that you have a cmp field named "family" in your ejb-jar.xml descriptor, in addition to CMR fields "family" and "animation".
I think this parasitic fiels is generated by the * @ejb.persistence column-name = "familyid" * jdbc-type = "INTEGER" * sql-type = "INTEGER" sequence before the relation definition. I think you don't need theses extra_tags, the column type of the foreign key is setted according to the "Family" bean primary key definition. Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835169#3835169 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835169 ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
