RE: [Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key

2003-09-03 Thread Eric Mckenna
Title: RE: [Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key The class is more of a relational mapping, and not a true composite ID for another class, so there is no getter method that returns the composite Id class.  I did try to put a private getter/setter as a work

RE: [Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key

2003-09-02 Thread Eric Mckenna
Title: RE: [Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key I do have a class for the composite ID.  But it stands alone, I use the constructor to create relations and either look them up if existing or save them if they are new relations. With the new b4 release

Re: [Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key

2003-08-23 Thread Konstantin Priblouda
--- Eric Mckenna <[EMAIL PROTECTED]> wrote: > I'm having a problem with xdoclet file merging a > hibernate composite key > correctly. Previously i was just merging in the > composite id with an > xdoclet merge file, But after moving to beta3 of > xdoclet, I keep getting > "misses ID property" mes

[Xdoclet-user] Xdoclet 1.2b3 will not merge hibernate composite key

2003-08-22 Thread Eric Mckenna
Title: Xdoclet 1.2b3 will not merge hibernate composite key I'm having a problem with xdoclet file merging a hibernate composite key correctly.  Previously i was just merging in the composite id with an xdoclet merge file, But after moving to beta3 of xdoclet, I keep getting "misses ID proper