I wasn't able to make ejbdoclet do this either. There seem to be a few elements in the deployment descriptor like ejb-local-ref and ejb-link to name a few that ejbdoclet just forgot about or hasn't got around to implementing support for yet. I did manage to use a merge point to manually include an ejb-local-ref in my deployment descriptor. Be warned however that the merge mechanism seems to ignore inheritance.
--Tim On Sun, 2002-05-19 at 14:37, [EMAIL PROTECTED] wrote: > Hi, > I want to generate the following tag in deployment descriptor ? But I couldn't find >any @ejb : ejb-local-ref standard tag to include in my bean to generate the tag below >in my dd. Is there a tag I'm not aware of which might help me resolve this problem. >Thanks all for feedback. > > <ejb-local-ref> > <ejb-ref-name>ejb/MusicPage</ejb-ref-name> > <ejb-ref-type>Session</ejb-ref-type> > <local-home>music.dao.MusicPageLocalHome</local-home> > <local>music.dao.MusicPageLocal</local> > <ejb-link>MusicPageBean</ejb-link> > </ejb-local-ref> > > > __________________________________________________________ > Get your FREE personalized e-mail at http://www.canada.com > > _______________________________________________________________ > Hundreds of nodes, one monster rendering program. > Now that's a super model! Visit http://clustering.foundries.sf.net/ > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
signature.asc
Description: This is a digitally signed message part
