- In question 5 (Why does the autogenerated OrderValueObject not have an array 
of OrderItems?) what I meant was that the autogenerated value object 
OrderValueObject (for CRUD support) does not implement the one to many 
relationship to OrderItemValueObject. I was expecting



public final class OrderValueObject

{

    private OrderItemValueObject[] orderItems;

    ...

}



- As suggested in answer 4 below, I will have to explicitly model any VOs that 
I want to use in my web service. How do I model the array of 
OrderItemValueObjects as shown above?
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2915#2915
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to