[jboss-cvs] JBossAS SVN: r64843 - branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 24 05:53:09 EDT 2007
Author: wolfc
Date: 2007-08-24 05:53:09 -0400 (Fri, 24 Aug 2007)
New Revision: 64843
Modified:
branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
Log:
Merge unit test fix from Branch_4_2
Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml 2007-08-24 09:34:58 UTC (rev 64842)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml 2007-08-24 09:53:09 UTC (rev 64843)
@@ -29,4 +29,9 @@
</security-role-ref>
</session>
</enterprise-beans>
+ <assembly-descriptor>
+ <security-role>
+ <role-name>Echo</role-name>
+ </security-role>
+ </assembly-descriptor>
</ejb-jar>
More information about the jboss-cvs-commits
mailing list