ammulder 2005/07/07 17:37:07
Modified: modules/openejb-builder 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.24 +10 -1 openejb/modules/openejb-builder/project.xml
Index: project.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/project.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- project.xml 28 Jun 2005 04:28:31 -0000 1.23
+++ project.xml 7 Jul 2005 21:37:07 -0000 1.24
@@ -105,6 +105,15 @@
</dependency>
<dependency>
+ <groupId>openejb</groupId>
+ <artifactId>openejb-pkgen-builder</artifactId>
+ <version>${pom.currentVersion}</version>
+ <properties>
+ <xmlbeans>true</xmlbeans>
+ </properties>
+ </dependency>
+
+ <dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-axis-builder</artifactId>
<version>${geronimo_version}</version>