You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2003/07/08 16:32:06 UTC

cvs commit: db-ojb/src/test/org/apache/ojb OJB.properties

arminw      2003/07/08 07:32:06

  Modified:    src/test/org/apache/ojb OJB.properties
  Log:
  use best performant PersistentField
  implementation as default
  
  Revision  Changes    Path
  1.53      +2 -2      db-ojb/src/test/org/apache/ojb/OJB.properties
  
  Index: OJB.properties
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/OJB.properties,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- OJB.properties	8 Jul 2003 14:30:07 -0000	1.52
  +++ OJB.properties	8 Jul 2003 14:32:06 -0000	1.53
  @@ -322,9 +322,9 @@
   #   implementation used to access a property from a
   #   org.apache.commons.beanutils.DynaBean.
   #
  -#PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDirectAccessImpl
  +PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDirectAccessImpl
   #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldPrivilegedImpl
  -PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldIntrospectorImpl
  +#PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldIntrospectorImpl
   #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDynaBeanAccessImpl
   #
   # outdated deprecated versions:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org