Just a couple of thoughts in this thread. 1) jbosscmp-jdbc.xml is only needed if you define your own fields for relationships. If you do not define them in a database beforehand jboss will make up it's own names and life is good.
2) As of 2 weeks ago even if you did declare the relationship properly with the foreign keys it still did not work. I notified Dain but have not seen any code that has been checked in to show that it has been fixed. The problem is he mangles the name before the foreign key fields part is read. So really we will have to either a) get Dain to fix it b) Code his name mangling format into xdoclet. I'm hoping for a. I actually have a hack that I sent Dain to test to make sure this thing works. Dave Dmitri Colebatch wrote: > On Sat, 8 Dec 2001, David Budworth wrote: > > >>Yes, Dain would be much better at this than I. >> >>My want of getting jbosscmp generation in place really stemmed from my >>own projects needs. I don't use compound PKs, never have. So I have no >>idea how you map them. >> >>And I'm glad it's you doing this, since I proabably never would have >>thought of it. And the generator would still be broken after I thought >>I was done. >> > > hehe... well, I know what I want to do now... there's still a bunch of > things I dont understand, but with the aid of a couple of your emails I've > got a few scenarios covered... after that I might go poke around the > forums and try to get Dain's attention. > > thanks > dim > > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
