I did manage to use a merge-point to get this working.  However, that
mechanism seems to have its own problems.  I have a single ejb-ref that
I need replicated across several entity declarations in the deployment
descriptor.  All of these beans extend a base bean class.  I specified a
merge file for the base class, but the merge mechanism doesn't seem to
pay any attention to inheritance.  So right now the only way I have this
working is to use the merge mechanism and to copy this same merge file
over for every bean that wants the ejb-ref entry.  Any suggestions on
either front, including suggestions on the best approach to fixing the
xdoclet source if it just doesn't work (I am willing to take a stab at
it) would be appreciated.  Thanks.

On Mon, 2002-05-13 at 17:21, Tim McCune wrote:
> Can someone tell me how to specify a value for ejb-link?  I am using the
> @ejb:ejb-ref tag and I need to use ejb-link to point to a bean in
> another ejb-jar file.  So I want the output to look like:
> <ejb-ref>
>   ...
>   <ejb-link>other-ejb.jar#OtherBean</ejb-link>
> </ejb-ref>
> 
> I am not seeing any mention of ejb-link in the documentation.  I am
> about to start digging through the source code but thought someone might
> have some words of wisdom to share first.  Thanks.
> 
> Tim McCune
> Software Architect
> Fusura, LLC



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to