--- Bryce Fischer <[EMAIL PROTECTED]> wrote: > Is there a way to specify a method-permission tag at > the class level? > > What I want in my ejb-jar is something like this: > > <method-permission> > <role-name>Echo</role-name> > <method> > <ejb-name>EchoBean3a</ejb-name> > <method-name>*</method-name> > </method> > </method-permission>
@ejb.permission on class level shall do the trick regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
