Bugs item #768710, was opened at 2003-07-09 20:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=768710&group_id=22866

Category: JBossSX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: thomas diesler (tdiesler)
Assigned to: Nobody/Anonymous (nobody)
Summary: order of method-permission in ejb-jar.xml

Initial Comment:
If I declare the methods with role-name before the


unchecked methods, method permissions get assigned.




If I declare the unchecked methods first, I get


No method permissions assigned to 
method=createWithRoles, interface=REMOTE




I think the order should not matter, or?




cheers


-tomsk




<method-permission >


  <role-name>Admin Role</role-name>


  <method >


    <ejb-name>UserFacade</ejb-name>


    <method-intf>Remote</method-intf>


    <method-name>createWithRoles</method-name>


  </method>


</method-permission>




<method-permission >


  <unchecked/>


  ...


<method-permission >








----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=768710&group_id=22866


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to