dain        2004/10/12 16:01:14

  Modified:    modules/itests/src/scenarios/002 openejb-jar.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.3       +1 -1      openejb/modules/itests/src/scenarios/002/openejb-jar.xml
  
  Index: openejb-jar.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/itests/src/scenarios/002/openejb-jar.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- openejb-jar.xml   24 Sep 2004 07:18:55 -0000      1.2
  +++ openejb-jar.xml   12 Oct 2004 20:01:14 -0000      1.3
  @@ -6,7 +6,7 @@
       parentId="org/openejb/Security">
   
       <dependency>
  -        <uri>junit/jars/junit-3.8.jar</uri>
  +        <uri>junit/jars/junit-3.8.1.jar</uri>
       </dependency>
   
       <enterprise-beans>
  
  
  

Reply via email to