Padhu,

Use the view-type parameter of the @ejb:bean tag. If you only want a local interface, then set view-type equal to "local". Likewise, if you only want a remote interface, set the view-type equal to "remote".

padhu vinirs wrote:

 I am trying to design a local entity bean and a remote stateless session bean. How does one define in the ejbdoclet target, that for my session bean, a remote/home interface needs to be defined, but for the entity bean, only the local/localhome interface needs to be generated ? Thanks -- padhu
------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to