User: starksm 
  Date: 02/02/25 00:09:01

  Added:       src/resources/securitymgr/META-INF ejb-jar.xml
  Log:
  The ejb-jar manifest for the security manager unit tests
  
  Revision  Changes    Path
  1.1                  jbosstest/src/resources/securitymgr/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE ejb-jar PUBLIC
     "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
     "http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
  
  <ejb-jar>
     <display-name>Security Manager Permission Tests</display-name>
     <enterprise-beans>
        <session>
           <description>An unsecured trival echo session bean</description>
           <ejb-name>secmgr.IOSessionHome</ejb-name>
           <home>org.jboss.test.securitymgr.interfaces.IOSessionHome</home>
           <remote>org.jboss.test.securitymgr.interfaces.IOSession</remote>
           <ejb-class>org.jboss.test.securitymgr.ejb.IOStatelessSessionBean</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

Reply via email to