As a newbie to the EJB declaritive security and how to apply it with XDoclet, I cannot 
find an appropriate tag to emulate the EJB-JAR file tag <exclude-list>:
e.g.
<ejb-jar>
....
....
....
     <exclude-list>
       <description>Methods that cannot be used in this
         deployment</description>
       <method>
         <ejb-name>PublicSession</ejb-name>
         <method-name>restricted</method-name>
       </method>
     </exclude-list>
   </assembly-descriptor>
</ejb-jar>

I don't see any tag under @ejb.security-identity or @ejb.security-role-ref at the 
class level or under @ejb.permission at the method level.
Can anyone help me please?

Kenneth




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to