Hi,

I am trying to create many to many relationsips within the GUI. I have
my ANT script to read

       <many2many>
          <tablea name="capabilityprofile" generate="true"/>
            <jointable name="capabilityprofile_machine"
generate="false"/>
          <tableb name="machine" generate="true"/>
       </many2many>
       <many2many>
          <tablea name="capabilityprofile" generate="true"/>
              <jointable name="capabilityprofile_process"
generate="false"/>
          <tableb name="process" generate="true"/>
       </many2many>
       <many2many>
          <tablea name="capabilityprofile" generate="true"/>
              <jointable name="capabilityprofile_productcomponent"
generate="false"/>
          <tableb name="productcomponent" generate="true"/>
       </many2many>

And I have the corresponding tables with joining tables. For some reason
it is not reading the relationships. Any ideas on what I am doing wrong?
I am using mysql with the default driver supplied with middlegen.

Thanks for your help

Jordan



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to