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>
-- 
Bryce Fischer <[EMAIL PROTECTED]>



-------------------------------------------------------
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

Reply via email to