Hi,
I have a class: ArtistEntityBean, I generate an entityfacade for this class. The generated class is called ArtistEntityFacadeEJB. I'd like the generated class to be called ArtistEntityFacadeBean. Any ideas how to do this?
according to the docs: http://xdoclet.sourceforge.net/xdoclet/tags/[EMAIL PROTECTED]
this should do it:
@ejb.facade name="ArtistEntityFacadeBean"
however, this makes no difference.
I also tried setting the ejbNamePattern within my jelly script but this too had no effect.
<jelant:setProperty name="ejbNamePattern" value="{0}FacadeBean"/>
any ideas? cheers Nathan
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user