djencks 2004/10/27 21:56:13
Modified: modules/core/src/test-cmp/onetomany/simplepk openejb-jar.xml
unidirectional-openejb-jar.xml
Log:
GERONIMO-371, 393, 372. Refactor jsr-77 naming and restructure specification of ref
names to parallel jsr-77
Revision Changes Path
1.3 +5 -1
openejb/modules/core/src/test-cmp/onetomany/simplepk/openejb-jar.xml
Index: openejb-jar.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/test-cmp/onetomany/simplepk/openejb-jar.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openejb-jar.xml 25 Oct 2004 14:24:34 -0000 1.2
+++ openejb-jar.xml 28 Oct 2004 01:56:13 -0000 1.3
@@ -5,7 +5,11 @@
configId="org/openejb/deployment/test"
parentId="org/apache/geronimo/Server">
- <cmp-connection-factory>DefaultDatasource</cmp-connection-factory>
+ <cmp-connection-factory>
+ <application>null</application>
+ <module>org/apache/geronimo/DefaultDatabase</module>
+ <name>DefaultDatasource</name>
+ </cmp-connection-factory>
<enterprise-beans>
<entity>
1.2 +5 -1
openejb/modules/core/src/test-cmp/onetomany/simplepk/unidirectional-openejb-jar.xml
Index: unidirectional-openejb-jar.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/test-cmp/onetomany/simplepk/unidirectional-openejb-jar.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unidirectional-openejb-jar.xml 25 Oct 2004 14:24:34 -0000 1.1
+++ unidirectional-openejb-jar.xml 28 Oct 2004 01:56:13 -0000 1.2
@@ -5,7 +5,11 @@
configId="org/openejb/deployment/test"
parentId="org/apache/geronimo/Server">
- <cmp-connection-factory>DefaultDatasource</cmp-connection-factory>
+ <cmp-connection-factory>
+ <application>null</application>
+ <module>org/apache/geronimo/DefaultDatabase</module>
+ <name>DefaultDatasource</name>
+ </cmp-connection-factory>
<enterprise-beans>
<entity>