gdamour     2005/12/14 08:31:32

  Modified:    etc      project.properties
  Log:

  GERONIMO-1361 - CMP having a compound PK with only one field are not supported
  
  As pointed out by Manu George, buildFaultHandler and createCMPFieldAccessors
  should use EJB.isCompoundPK instead of the number of PK fields to identify
  compound PK.
  
  Revision  Changes    Path
  1.70      +4 -2      openejb/etc/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/etc/project.properties,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- project.properties        11 Dec 2005 07:30:19 -0000      1.69
  +++ project.properties        14 Dec 2005 13:31:31 -0000      1.70
  @@ -53,7 +53,7 @@
   activemq_version=3.2.1
   geronimo_version=1.0-SNAPSHOT
   openejb_version=2.0-SNAPSHOT
  -tranql_version=1.2-SNAPSHOT
  +tranql_version=1.2.2-SNAPSHOT
   tranql_connector_version=1.1-SNAPSHOT
   
   geronimo_packaging_plugin_version=1.1.0
  @@ -135,6 +135,8 @@
   tomcat_ajp_version=5.5.9
   tomcat_version=5.5.9
   velocity_version=1.4
  +wadi_version=2.0M1
  +wadi_activecluster_version=1.2-20051115174934
   wsdl4j_version=1.5.2
   xerces_version=2.6.2
   xfire_version=20050202
  
  
  

Reply via email to