User: starksm Date: 02/02/28 00:40:52 Modified: src/resources/securitymgr/META-INF ejb-jar.xml Log: Add the testcase permission policy file and add a Bad bean Revision Changes Path 1.2 +17 -1 jbosstest/src/resources/securitymgr/META-INF/ejb-jar.xml Index: ejb-jar.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/src/resources/securitymgr/META-INF/ejb-jar.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ejb-jar.xml 25 Feb 2002 08:09:01 -0000 1.1 +++ ejb-jar.xml 28 Feb 2002 08:40:52 -0000 1.2 @@ -7,7 +7,10 @@ <display-name>Security Manager Permission Tests</display-name> <enterprise-beans> <session> - <description>An unsecured trival echo session bean</description> + <description>An trival echo session bean that tries to perform ops + that are not allowed according to the EJB2.0 spec programming + restrictions + </description> <ejb-name>secmgr.IOSessionHome</ejb-name> <home>org.jboss.test.securitymgr.interfaces.IOSessionHome</home> <remote>org.jboss.test.securitymgr.interfaces.IOSession</remote> @@ -15,5 +18,18 @@ <session-type>Stateless</session-type> <transaction-type>Container</transaction-type> </session> + + <session> + <description>A session bean that tries to perform other restricted + operations + </description> + <ejb-name>secmgr.BadHome</ejb-name> + <home>org.jboss.test.securitymgr.interfaces.BadHome</home> + <remote>org.jboss.test.securitymgr.interfaces.Bad</remote> + <ejb-class>org.jboss.test.securitymgr.ejb.BadBean</ejb-class> + <session-type>Stateless</session-type> + <transaction-type>Container</transaction-type> + </session> + </enterprise-beans> </ejb-jar>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development