gdamour     2005/07/09 09:33:39

  Modified:    modules/itests/src/scenarios/001 openejb-jar.xml
  Log:

  It is now possible to set the value of a CMP field mapped to a FK column, in
  other words a CMR field. The previous implementation was only allowing for a
  read access.
  
  Note that in the case of a CMP field mapped to a CMR field related to an EJB
  having a compound PK, the implementation is still read-only.
  
  Revision  Changes    Path
  1.12      +6 -0      openejb/modules/itests/src/scenarios/001/openejb-jar.xml
  
  Index: openejb-jar.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/itests/src/scenarios/001/openejb-jar.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- openejb-jar.xml   7 Jul 2005 21:37:07 -0000       1.11
  +++ openejb-jar.xml   9 Jul 2005 13:33:39 -0000       1.12
  @@ -10,6 +10,12 @@
           <uri>junit/jars/junit-3.8.1.jar</uri>
       </dependency>
   
  +    <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