Hey there, In your XGroupBean categories CMR field remove the target-ejb, target-role-name and target-cascade-delete. Those attributes only apply when modeling unidirectional relationships. Also remove the target-role-name in on the other side of the relation; the same "name" on both sides of the relationship is enough. In fact, using target-role-name is erroneous in a bidirectional relationship. Try that and see if that solves your problem.
regards, JK ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
