djencks     2004/10/27 21:56:13

  Modified:    modules/core/src/test-cmp/manytomany/compoundpk
                        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/manytomany/compoundpk/openejb-jar.xml
  
  Index: openejb-jar.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/test-cmp/manytomany/compoundpk/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:33 -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>
  
  
  

Reply via email to