ejb relations with xdoclet MyEclipse IDE > Off Topic This topic has 3 replies, 3 voices, and was last updated 19 years, 6 months ago by chrisgandi. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 15, 2005 at 7:54 pm #231135 Reply chrisgandiMember when you define a many to many bidirectional relationship, xdoclet creates a new table to link the 2 related tables. My question is how to you define the name for this generated table. I am suing a jboss 4.0 server and mysql database thanks chris 😕 June 16, 2005 at 11:31 am #231177 Reply Riyad KallaMember Moving to OT > Soft Dev, this is a general case question, moving so community can help out. June 17, 2005 at 12:42 pm #231259 Reply GregMember Chris, Try the @jboss.relation-table tag to name your relation table. So it would be something like: * @jboss.relation-table * table-name = "xxx" * ... Or whatever else you find appropriate from the tags found here: http://xdoclet.sourceforge.net/xdoclet/tags/jboss-tags.html#@jboss_relation-table__0__1_ Note that these tags apply to a CMR field in the EJB. June 17, 2005 at 5:59 pm #231278 Reply chrisgandiMember thanks i willl try that Author Posts Viewing 4 posts - 1 through 4 (of 4 total) Reply To: ejb relations with xdoclet You must be logged in to post in the forum log in