[jboss-cvs] JBossAS SVN: r64652 - branches/Branch_4_2/ejb3/src/resources/test/security/META-INF.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 17 10:33:18 EDT 2007
Author: wolfc
Date: 2007-08-17 10:33:18 -0400 (Fri, 17 Aug 2007)
New Revision: 64652
Modified:
branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
Log:
Fixed unit test
Modified: branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml 2007-08-17 14:26:19 UTC (rev 64651)
+++ branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml 2007-08-17 14:33:18 UTC (rev 64652)
@@ -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