you can do a workaround like; * @ejb.bean * cmp-version="1.1" * name="CLDictNameEntity" * type="BMP" * @mybean.name=pl.cl.tt.admin.CLDictNameBeanBMP
and then use the following template: [...] <ejb-class><XDtClass:classTagValue tagName="mybean.name"/></ejb-class> [...] This is not really beautiful, but it works. In my opinion the is no way to substitute in your case the "Entity" with "Bean" with xdoclet standart tagshandler. I wrote my own which provides that feature, because I needed some features not build into xdoclet. So maybe writing your own classtagshandler would solve your problem, too ;) Hope to help, Thomas -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Jan Buczkowski Gesendet: Mittwoch, 6. August 2003 13:43 An: [EMAIL PROTECTED] Betreff: Re: [Xdoclet-user] newbie question in my xdoclet descripion i've: @ejb.bean * cmp-version="1.1" * name="CLDictNameEntity" * type="BMP" .... output in my ejb-jar.xml looks like that: <ejb-name>CLDictNameEntity</ejb-name> ... <ejb-class>pl.cl.tt.admin.CLDictNameEntityBMP</ejb-class> ... but my BMP class name is different (e.g. CLDictNameBeanBMP) how can i set this (CLDictNameBeanBMP) class name using xdoclet tags? thanks jasiu ----- Original Message ----- From: "Kraft, Thomas (FF)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 1:23 PM Subject: AW: [Xdoclet-user] newbie question How about <ejb-class>[put your class name here]</ejb-class> ? Regards, Tho-not really understanding the question-mas -----Ursprüngliche Nachricht----- Betreff: [Xdoclet-user] newbie question how to set manually (not generated from <ejb-name>) class name in <ejb-class></ejb-class>? thanks jasiu ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
