gdamour     2005/09/10 10:49:08

  Modified:    modules/openejb-builder/src/test-cmp/ejb-ql ejb-jar.xml
  Log:

  GERONIMO-710 Generating DDLs for CMP deployment.
  
  o An Ant task to export the DDL associated to the CMP of an ejb-jar module.
  
  o Refactor CMPEntityBuilder: all the logic specific to the creation of the
  three TranQL schemata is refactored within SchemataBuilder.
  
  Revision  Changes    Path
  1.3       +1 -0      
openejb/modules/openejb-builder/src/test-cmp/ejb-ql/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test-cmp/ejb-ql/ejb-jar.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ejb-jar.xml       12 Mar 2005 04:12:14 -0000      1.2
  +++ ejb-jar.xml       10 Sep 2005 14:49:08 -0000      1.3
  @@ -16,6 +16,7 @@
               
<ejb-class>org.openejb.deployment.entity.cmp.ejbql.ABean</ejb-class>
               <persistence-type>Container</persistence-type>
               <prim-key-class>java.lang.Integer</prim-key-class>
  +            <reentrant>false</reentrant>
               <cmp-version>2.x</cmp-version>
               <abstract-schema-name>AASN</abstract-schema-name>
               <cmp-field>
  
  
  

Reply via email to