Hi, I took a look at your latest update. relation docs still nedd 
fix. /xdoclet/core/docs/ejbdoclet.html now says @ejb:relation, but the 
docs of the tag's parameters still aren't in sync with the code 
(xdoclet/core/src/xdoclet/ejb/AbstractEjbSubTask.java). The code 
wants "name" and "target-ejb" as parameters to the @ejb:relation tag. 
The docs still say something else.

Regarding your question concerning whether we can assume relations work 
now, I don't know. I haven't tested it yet.

Aslak

----- Original Message -----
From: Dmitri Colebatch <[EMAIL PROTECTED]>
Date: Monday, September 10, 2001 12:04 pm
Subject: Re: [Xdoclet-devel] ejb relationships - mismatch between docs 
and code?

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


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

Reply via email to