Hi there,
Help!... (please)

my limitation , Jboss 2.4
xdoclet 1.1
mvcsoft

Object A has one-to-many relation with objectB.
Generated ejb-jar.xml, ObjectA xdoclet files look fine.. however, cannot for
the life of me understand how the CMR persists the "many" side of the
relation ship, i.e. the collection of objectB's.
I want to have ObjectA.ejbCreate take attibutes and collection of ObjectB's
instance as parameters and have container persist ObjectA and Collection of
ObjectBs.
I have set up all the necessary xdoclet1.1 tags, ejb-jar.xml etc.. looks
fine, run through MVC soft

Questions?
Does the collection of ObjectB's in ObjectA be of type ObjectBData or
ObjectBLocal interfaces?
Why do my ObjectAData xdoclet generated data objects not have attribute
being collection of ObjectB's?

How does the "setObjectBs (colection objectBs)" persistnce the "many"
objectB's...??
Alternatives?
I have been thinking of leaving simple Entity CMP beans, and manageing the
CMR through EJB session facade?

Any input would be most welcome
Thanks
Steve/Travers



_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to