dain        2004/10/12 16:01:14

  Modified:    modules/itests project.xml
  Log:

  Itests now run again
  - The ejb context base class signature chaged but we did not chang the subclasses
  - We were trying to commit transactions marked for rollback
  - We were running stateful ejbCreate in a transaction when we shouldn't
  - We had the wrong junit version number in out itest plans
  
  Revision  Changes    Path
  1.18      +1 -4      openejb/modules/itests/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/itests/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       12 Sep 2004 17:11:54 -0000      1.17
  +++ project.xml       12 Oct 2004 20:01:14 -0000      1.18
  @@ -120,9 +120,6 @@
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
               <version>&junit-version;</version>
  -            <properties>
  -                <classloader>root</classloader>
  -            </properties>
           </dependency>
           
           <dependency>
  
  
  

Reply via email to