It should be ok in the latest CVS. Here is the doc snippet:

@ejb:relation
Define a relationship for an Entity bean. Applicable only to EJB2.0 CMP2.x
beans.

Parameter Usage
[name]: String Name of the relation. For bidirectional relationships,
specify the same name on both sides.
[role-name]: String Name of a relationship role.
[cascade-delete]: String Indicates whether or not the app server should
perform cascade deletes. If yes, specify cascade-delete="yes"
[target-ejb]: String Name of the EJB on the other side of the relation.
Should *only* occur if the relation is unidirectional.
[target-role-name]: String Name of the relationship role on the other side
of the relation. Should *only* occur if the relation is unidirectional.
[target-cascade-delete]: String Indicates whether or not the app server
should perform cascade deletes for the other side of the relation. If yes,
specify cascade-delete="yes". Should *only* occur if the relation is
unidirectional.
[target-multiple]: String If this EJB represents a many-side of the other
side of the relation, specify target-multiple="yes". Should *only* occur if
the relation is unidirectional.

</aslak>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: 7. oktober 2001 18:34
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] @ejb:relation in xdoclet 1.0.1


Can anyone explain how to use the @ejb:relation tag since the new version
1.0.1 does not seem to correspond with the bundled documentation.

regards
johan


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


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

Reply via email to