dain        2004/10/12 16:01:13

  Modified:    modules/core/src/java/org/openejb/transaction
                        ContainerPolicy.java
  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.6       +2 -3      
openejb/modules/core/src/java/org/openejb/transaction/ContainerPolicy.java
  
  Index: ContainerPolicy.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/transaction/ContainerPolicy.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ContainerPolicy.java      5 Oct 2004 07:04:03 -0000       1.5
  +++ ContainerPolicy.java      12 Oct 2004 20:01:13 -0000      1.6
  @@ -48,14 +48,13 @@
   package org.openejb.transaction;
   
   import javax.ejb.TransactionRequiredLocalException;
  -import javax.transaction.TransactionRequiredException;
   import javax.transaction.RollbackException;
  +import javax.transaction.TransactionRequiredException;
   
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.apache.geronimo.core.service.Interceptor;
   import org.apache.geronimo.core.service.InvocationResult;
  -import org.apache.geronimo.core.service.SimpleInvocationResult;
   import org.apache.geronimo.transaction.context.InheritableTransactionContext;
   import org.apache.geronimo.transaction.context.TransactionContext;
   import org.apache.geronimo.transaction.context.TransactionContextManager;
  
  
  

Reply via email to