MiddleGen bug?

"Nuno Duarte Santos (Ext)" <[email protected]>
Newsgroups gmane.comp.java.ejb.middlegen.user
Message-ID <[email protected]>
Hello,

I am trying to use Middlegen with the following DB schema:


Table Persons				table Reservations
person_id   PK				reservations_id   PK
					person_id_fk      FK
                                                            person_id2_fk    FK


This kind of relationship generates an error when Xdoclet is trying to build the VO because middlegen repeats the xdoclet tag
@ejb.value-object
    *   aggregate="${plugin.interfacePackage}.${target.baseClassName}LightValue"
    *   aggregate-name="${target.baseClassName}"                                 <----
    *   members="$target.localClassName"
    *   members-name="${target.baseClassName}"                                  <----
    *   match="all"
    *   relation="external"
    *   type="java.util.Collection"
#else
    * @ejb.value-object
    *   aggregate="${plugin.interfacePackage}.${target.baseClassName}LightValue"
    *   aggregate-name="${target.baseClassName}"                              <-----
    *   match="all"
    *   relation="external"


the tags marked with <---- will cause the Xdoclet to generate classes with repeated variable and methods names

I changed the <---- to "$table.getVariableName($relationshipRole)", this solved the problem but I didn't like the outcome.

do you have a better solution?

P.S -> I don't want to refactor the DB schema


Regards,
Nuno Duarte Santos







-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.