yes - I think you might be right there.  you do mean ejb:relation (not
ejb-relation) dont you though?  I've just updated the docs and will check
it in shortly.

can I assume that it works fine when you use ejb:relation?

cheers
dim

On Sun, 9 Sep 2001 [EMAIL PROTECTED] wrote:

> 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
> 


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

Reply via email to