Yes, you are correct.
<method-permission>
<description></description>
<role-name>CANNOT_CREATE</role-name>
<method>
<ejb-name>Component</ejb-name>
<method-intf>Remote</method-intf>
<method-name>*</method-name>
</method>
</method-permission>
Remote<--------------------- i coudn't get what it is
Inside the <method-intf> tag you can place 'Home' or 'Remote'. This tag is
optional.
The above example says all methods on the Remote interface of the Component
Bean can be executed by the CANNOT_CREATE role.
regards,
-Rob
--
Robert Castaneda
[EMAIL PROTECTED]
http://www.customware.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".