-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Mark Donaghy Sent: Tuesday, February 22, 2005 7:48 AM To: [email protected] Subject: RE: [Andromda-devel] Hibernate class implementations are generated in target/src
[CB] If you don't have any business operations they are generated to target/src if you have business operations on the entity they are generated I had one operation that is sterotyped FinderMethod whos name is findAll it returns a Collection. I added another one who returns an Integer and has no stereotype. Yet HouseImpl.java is still generated in target/src [CB] HouseImpl should be generated to the src/java directory if you have the operation that isn't a finder. From what date is the build you're using...things work fine here, and in the cartridge tests. Just how do you define a business operation? Phil --- Chad Brandon <[EMAIL PROTECTED]> wrote: > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Philip Mark > Donaghy > Sent: Tuesday, February 22, 2005 6:14 AM > To: [email protected] > Subject: [Andromda-devel] Hibernate class > implementations are generated in > target/src > > Hi, > > I think I have a bug here. I use AndroMDA in the > following way. Andromdapp generate creates a project > and then I copy the xmi from the previous version > into > the new version. > > I am using 3.0-RC1-SNAPSHOT which is obviously > updated > regularly. > > Anyway my Entity implementations use to be generated > one time in core/src/java but now they are being > generated in core/target/src. > > [CB] If you don't have any business operations they > are generated to > target/src if you have business operations on the > entity they are generated > to src/java, it's not a bug: it's intentional. We > don't want to have empty > impl classes generated to the directory that will be > synced with source > control if there is not reason to check them in. > > Have you guys seen the DisplayTag bug that does not > support the isProperty accessor. This is why I use > the > Entity implementation class to add, > > public getProperty() { > return isProperty(); > } > > So that DisplayTag does not choke. > > Thanks, > > Philip Donaghy > > > > __________________________________ > Do you Yahoo!? > All your favorites on one personal page Try My > Yahoo! > http://my.yahoo.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Andromda-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/andromda-devel > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ > Andromda-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/andromda-devel > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
