User: patriot1burke
  Date: 02/03/20 07:51:45

  Modified:    src/resources/testbeancluster/META-INF ejb-jar.xml
  Log:
  added some code for eye-ball clustering colocation testing
  
  Revision  Changes    Path
  1.3       +1 -1      jbosstest/src/resources/testbeancluster/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/resources/testbeancluster/META-INF/ejb-jar.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ejb-jar.xml       6 Mar 2002 20:23:26 -0000       1.2
  +++ ejb-jar.xml       20 Mar 2002 15:51:45 -0000      1.3
  @@ -9,7 +9,7 @@
               <ejb-name>nextgen.StatelessSession</ejb-name>
               <home>org.jboss.test.testbean.interfaces.StatelessSessionHome</home>
               <remote>org.jboss.test.testbean.interfaces.StatelessSession</remote>
  -            <ejb-class>org.jboss.test.testbean.bean.StatelessSessionBean</ejb-class>
  +            
<ejb-class>org.jboss.test.testbeancluster.bean.StatelessSessionBean</ejb-class>
               <session-type>Stateless</session-type>
               <transaction-type>Container</transaction-type>
               <env-entry>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to