dain        2004/10/13 14:53:25

  Modified:    modules/itests/src/itest/org/openejb/test
                        AxionTestDatabase.java
  Log:

  CMP 1.1 beans now deploy... you can't use them but deployment won't complain
  Synchronized version-info with geronimo
  
  Revision  Changes    Path
  1.3       +8 -8      
openejb/modules/itests/src/itest/org/openejb/test/AxionTestDatabase.java
  
  Index: AxionTestDatabase.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/itests/src/itest/org/openejb/test/AxionTestDatabase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxionTestDatabase.java    24 Sep 2004 07:18:55 -0000      1.2
  +++ AxionTestDatabase.java    13 Oct 2004 18:53:25 -0000      1.3
  @@ -21,17 +21,17 @@
       private static final String CREATE_ENTITY = "CREATE TABLE entity ( id integer 
default entity_seq.nextval, first_name string, last_name string )";
       private static final String DROP_ENTITY = "DROP TABLE entity";
   
  -    private static final String CREATE_BASICCMP = "CREATE TABLE BASICCMP ( id 
integer default entity_seq.nextval, firstname string, lastname string )";
  -    private static final String DROP_BASICCMP = "DROP TABLE BASICCMP";
  +    private static final String CREATE_BASICCMP = "CREATE TABLE BASICCMP2 ( id 
integer default entity_seq.nextval, firstname string, lastname string )";
  +    private static final String DROP_BASICCMP = "DROP TABLE BASICCMP2";
   
  -    private static final String CREATE_AOBASICCMP = "CREATE TABLE AOBASICCMP ( id 
integer default entity_seq.nextval, firstname string, lastname string )";
  -    private static final String DROP_AOBASICCMP = "DROP TABLE AOBASICCMP";
  +    private static final String CREATE_AOBASICCMP = "CREATE TABLE AOBASICCMP2 ( id 
integer default entity_seq.nextval, firstname string, lastname string )";
  +    private static final String DROP_AOBASICCMP = "DROP TABLE AOBASICCMP2";
   
  -    private static final String CREATE_ENCCMP = "CREATE TABLE ENCCMP ( id integer 
default entity_seq.nextval, firstname string, lastname string )";
  -    private static final String DROP_ENCCMP = "DROP TABLE ENCCMP";
  +    private static final String CREATE_ENCCMP = "CREATE TABLE ENCCMP2 ( id integer 
default entity_seq.nextval, firstname string, lastname string )";
  +    private static final String DROP_ENCCMP = "DROP TABLE ENCCMP2";
   
  -    private static final String CREATE_CMPRMIIIOP = "CREATE TABLE CMPRMIIIOP ( id 
integer default entity_seq.nextval, firstname string, lastname string )";
  -    private static final String DROP_CMPRMIIIOP = "DROP TABLE CMPRMIIIOP";
  +    private static final String CREATE_CMPRMIIIOP = "CREATE TABLE CMP2RMIIIOP ( id 
integer default entity_seq.nextval, firstname string, lastname string )";
  +    private static final String DROP_CMPRMIIIOP = "DROP TABLE CMP2RMIIIOP";
   
       private static final String CREATE_ENTITY_SEQ = "CREATE SEQUENCE entity_seq";
       private static final String DROP_ENTITY_SEQ = "DROP SEQUENCE entity_seq";
  
  
  

Reply via email to