User: peter   
  Date: 01/03/01 05:23:18

  Modified:    src/build build.xml
  Log:
  Added container monitor code to verify when EJB callbacks
  are made by the container to the bean instance.  The
  callbacks are transmitted to the client via JMS.
  
  Revision  Changes    Path
  1.18      +2 -2      jbosstest/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2001/02/27 06:40:04     1.17
  +++ build.xml 2001/03/01 13:23:18     1.18
  @@ -120,12 +120,12 @@
       <jar jarfile="${build.lib.dir}/ctstest.jar"
            basedir="${build.classes.dir}"
            manifest="${etc.dir}/manifest.mf"
  -         
includes="org/jboss/test/util/ejb/BeanContextInfo.class,org/jboss/test/cts/keys/**,org/jboss/test/cts/interfaces/**,org/jboss/test/cts/test/**,*.*"
  +         
includes="org/jboss/test/util/ejb/BeanContextInfo.class,org/jboss/test/cts/jms/**,org/jboss/test/cts/keys/**,org/jboss/test/cts/interfaces/**,org/jboss/test/cts/test/**,*.*"
       />    
         
       <jar jarfile="${build.deploy.dir}/cts.jar"
            basedir="${build.classes.dir}"
  -         
includes="org/jboss/test/util/**,org/jboss/test/cts/interfaces/**,org/jboss/test/cts/keys/**,org/jboss/test/cts/ejb/**,**/*.xml"
  +         
includes="org/jboss/test/util/**,org/jboss/test/cts/jms/**,org/jboss/test/cts/interfaces/**,org/jboss/test/cts/keys/**,org/jboss/test/cts/ejb/**,**/*.xml"
       />    
       
         <!-- Performance test -->
  
  
  

Reply via email to