Yahoooooo ! Thank you so much. It works just fine now. I certainly had a problem with my xmi model, I did it again beginning with the one generated by andromdapp and I used your files and it's perfect : my files are generated (I just have that source path issue to fix).
?
The only thing I find curious is that there is no hibernate configuration file generated. Is it normal ? If yes it's not that bad if I only have one file to maintain manually but I just want to be sure.
that configuration file is generated too, you don't need to maintain it
One last question before going to bed : if I want to add some business code somewhere, is it better to modify User.java of UserImpl.java ? By
classes with the Impl are never overwritten, put your business code there
the way I don't see any findAll method anywhere. Is it because I declared it with a classifier scope ?
what cartridge are you using ?
Spring: check UserDaoBase.java Hibernate: check UserFactory.java
-- Wouter
ps: closely read the Spring howto, it contains valuable information on how to model for your persistence/application layer
------------------------------------------------------- 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-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
