...or is it the templates when drawing a dependency between a Service and an entity, AndroMDA generates a setter setBar() and a getter getBarDao()
on the other side, when drawing a dependency from an entity to another entity, AndroMDA generates a setter setBarDAO() and a getter getBarDAO() In the applicationContext however, the two cases are handled in the same way: <bean id="fooTarget" class="..."> <property name="bar"><ref bean="barDao"/></property> </bean> ...which works for the service->entity dependencies, but not for the entity->entity dependencies Jira? bernard __________________________________ 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-user mailing list Andromda-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/andromda-user