[jboss-cvs] JBossAS SVN: r62267 - trunk/testsuite/src/resources/security/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 11 12:45:07 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-04-11 12:45:07 -0400 (Wed, 11 Apr 2007)
New Revision: 62267

Modified:
   trunk/testsuite/src/resources/security/META-INF/ejb-jar.xml
Log:
add the method perm

Modified: trunk/testsuite/src/resources/security/META-INF/ejb-jar.xml
===================================================================
--- trunk/testsuite/src/resources/security/META-INF/ejb-jar.xml	2007-04-11 16:44:40 UTC (rev 62266)
+++ trunk/testsuite/src/resources/security/META-INF/ejb-jar.xml	2007-04-11 16:45:07 UTC (rev 62267)
@@ -55,6 +55,10 @@
             <ejb-name>CustomPrincipal2</ejb-name>
             <method-name>*</method-name>
          </method>
+         <method>
+            <ejb-name>CustomPrincipalPropagation</ejb-name>
+            <method-name>*</method-name>
+         </method>
       </method-permission>
    </assembly-descriptor>
 




More information about the jboss-cvs-commits mailing list