ammulder    2005/07/07 17:37:06

  Modified:    modules/assembly project.xml
  Log:

  Add option to configure PK generation via direct schema elements instead
    of only using references to GBeans.
  The old style configuration is still supported, though the syntax is
    different (if you want to use a GBean reference, put it in a
    key-generator/custom-generator element)
  There's also a placeholder commented out of the XML Schema for key
    generation using IDs inserted directly into the target table by the
    database (using AUTO_INCREMENT columns or triggers) though that
    requires additional features from TranQL before it works.
  
  Revision  Changes    Path
  1.55      +10 -1     openejb/modules/assembly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- project.xml       28 Jun 2005 04:11:41 -0000      1.54
  +++ project.xml       7 Jul 2005 21:37:06 -0000       1.55
  @@ -611,6 +611,15 @@
           </dependency>
   
           <dependency>
  +            <groupId>openejb</groupId>
  +            <artifactId>openejb-pkgen-builder</artifactId>
  +            <version>${pom.currentVersion}</version>
  +            <properties>
  +                <repository>true</repository>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
               <groupId>tmporb</groupId>
               <artifactId>tmporb-orb</artifactId>
               <version>${tmporb_version}</version>
  
  
  

Reply via email to