User: sylvain 
  Date: 00/06/12 15:38:25

  Modified:    src/java/org/jboss/zol/testbean/interfaces
                        EnterpriseEntity.java
  Log:
  Added a new test :
  there's a method in the EntityCMP which creates another entity.
  There used to be a bug in jBoss 1 because of transaction propagation, especially in 
the case where a bean cretaed another one....
  
  Revision  Changes    Path
  1.2       +4 -0      
zola/src/java/org/jboss/zol/testbean/interfaces/EnterpriseEntity.java
  
  Index: EnterpriseEntity.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zola/src/java/org/jboss/zol/testbean/interfaces/EnterpriseEntity.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EnterpriseEntity.java     2000/04/27 19:45:41     1.1
  +++ EnterpriseEntity.java     2000/06/12 22:38:25     1.2
  @@ -4,7 +4,11 @@
   import javax.ejb.*;
   import java.rmi.*;
   
  +
  +
   public interface EnterpriseEntity extends EJBObject {
   
     public String callBusinessMethodA() throws RemoteException;
  +  public EnterpriseEntity createEntity(String newName) throws RemoteException;
  +
   }
  
  
  

Reply via email to