Hi I have the following tables: -- countries -- int id (pk) string name string shortname
-- languages -- int id (pk) string language -- countrylanguages -- int country (pk) <fk countries:id> int language (pk) <fk languages:id> Can somebody give me a CMP entity bean example and the related xml files for the last table? Thank you Laszlo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884499#3884499 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884499 ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
