dain 2004/10/12 16:01:14
Modified: modules/itests/src/ejb/META-INF 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.2 +1 -1 openejb/modules/itests/src/ejb/META-INF/openejb-jar.xml
Index: openejb-jar.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/itests/src/ejb/META-INF/openejb-jar.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openejb-jar.xml 8 Sep 2004 17:08:30 -0000 1.1
+++ openejb-jar.xml 12 Oct 2004 20:01:14 -0000 1.2
@@ -6,7 +6,7 @@
parentId="org/apache/geronimo/DefaultDatabase">
<dependency>
- <uri>junit/jars/junit-3.8.jar</uri>
+ <uri>junit/jars/junit-3.8.1.jar</uri>
</dependency>
<cmp-connection-factory>DefaultDatasource</cmp-connection-factory>