I had the same problem as Andreas Schildbach. -No relations generated in
ejb-jar.xml

The docs (xdoclet/core/docs/ejb.html) talks about a method-level tag with
the following parameters:
@ejb-relationship home="xxx" method="yyy" params="zzz"

Then I took a look at the code. No classes seem to implement code for the
@ejb-relationship tag, but the forAllRelationships(String) method in
AbstractEjbSubTask.java seems to handle a tag with _almost_ the same name.
>From the code, it looks like it is expected to be on the following format:
@ejb-relation name="xxx" target="yyy"

Further, on line 1843 in the same class, there is an error message
mentioning a tag parameter called "right-ejb". Looks like old code.

Would be swell if docs were updated!

Cheers, Aslak


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

Reply via email to