User: peter   
  Date: 01/01/17 04:55:50

  Modified:    src/resources/cts/META-INF ejb-jar.xml
  Log:
  Fixed ejb.xml in resources/cts
  
  Revision  Changes    Path
  1.5       +0 -5      jbosstest/src/resources/cts/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/jbosstest/src/resources/cts/META-INF/ejb-jar.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ejb-jar.xml       2001/01/16 03:10:40     1.4
  +++ ejb-jar.xml       2001/01/17 12:55:50     1.5
  @@ -25,11 +25,6 @@
         <ejb-class>org.jboss.test.cts.ejb.StatelessSessionBean</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>
  -         </resource-ref>
  -      <security-role-ref>
  -        <description>This is to test the isCallerInRole( ) method on the 
SessionBean.</description>
  -        <role-name>bean tester</role-name>
  -      </security-role-ref>
          </session>
        </enterprise-beans>
      </ejb-jar>
  
  
  

Reply via email to