Looked into your issues:

1. Table names with '-'. This is a bug/lack with the default
DbNameConverter. You can implement and specify you own converter:

http://boss.bekk.no/boss/middlegen/apidocs/middlegen/FooBarConverter.html

Have a look at the DbNameConverterImpl to see how the default
implementation is:

http://boss.bekk.no/boss/middlegen/xref/middlegen/DbNameConverterImpl.html

I'll try to get this fixed asap.

2. Multiple relationships between tables, specifying relationship names.
This is a known bug, which I thought was fixed. Sorry about that. Will try
to look into that too.

We're in a process of cleaning things up a bit, adding more tests and
generally getting more control of the project. Hopefully we'll be able to
eliminate major flaws like this much faster and easier very soon.

Thanks for your feedback :) Sorry the product didn't quite meet your
requirements yet..

.eivind

On Thu, 7 Oct 2004, Christian Sell wrote:

> also, see
> http://sourceforge.net/tracker/index.php?func=detail&aid=1042352&group_id=36044&atid=415990
>
> Zitat von Christian Sell <[EMAIL PROTECTED]>:
>
> > Hello,
> >
> > I am using the cmp20 plugin. For some N-M relationships, I am getting invalid
> > (i.e. non-compilable) method names which are obviously generated from
> > table/column names with dashes in between.
> > Also, for some cases where there are multiple relationships between the same
> > tables (e.g., assignable-locations, assigned-location), conflicting
> > relationship names are generated, which causes XDoclet to blow up.
> >
> > Is there any way to fix the above, instead of having to hand-edit the
> > generated
> > files after every run?
> > In addition, I would like to specify the relationship names and role names
> > explicitly, instead of having them generated.
> >
> > TIA,
> > Christian Sell
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> > Use IT products in your business? Tell us what you think of them. Give us
> > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> > http://productguide.itmanagersjournal.com/guidepromo.tmpl
> > _______________________________________________
> > middlegen-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/middlegen-user
> >
>
>
> ------------------
> Christian Sell
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> middlegen-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/middlegen-user
>
>


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to