In ejb-jar.xml file I made a mistake.
The correct <method-permission> section is:


  |  <method-permission >
  |       <description></description>
  |          <role-name>Prg</role-name>
  |          <role-name>Lis</role-name>
  |       <method >
  |          <description></description>
  |          <ejb-name>Modify</ejb-name>
  |          <method-intf>Remote</method-intf>
  |          <method-name>remove</method-name>
  |         </method>
  |    </method-permission>
  | 

<method-intf> must be Remote and not Home (I need
to use remove() method of remote interface, the method
without arguments).

Last problem is : which Xdoclet tags I need to use
to generate the <method-permission> section above 
described ??

Many thanks
Moreno

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872712#3872712

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872712


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to