Hi All, After Rtfm I found the solution to this problem : Here is the solution for those who are searching the archives for this:
@jboss.relation-table (0..1) Tells the JBoss persistence manager to use a relation table for managing entity relationships. Parameter Type Applicability Description Mandatory table-name text The name of the relation table. false datasource text The datasource to place the relation table in. false create-table bool Should the persistence manager attempt to create tables if they are not present? false remove-table bool Should the persistence manager attempt to remove tables during shutdown? false row-locking bool Should select statements the SELECT ... FOR UPDATE syntax? false pk-constraint bool Should a primary key constraint be added when creating tables? false Oisin Kim Aurium Tel: +353 1 6611132 Fax: +353 1 6615200 e-mail: [EMAIL PROTECTED] web site: http://www.aurium.net ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
