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 2007/05/15 17:35:00 UTC

svn commit: r538224 - /db/ojb/branches/OJB_1_0_RELEASE/src/config/OJB.properties

Author: arminw
Date: Tue May 15 08:34:59 2007
New Revision: 538224

URL: http://svn.apache.org/viewvc?view=rev&rev=538224
Log:
minor comment update

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/config/OJB.properties

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/config/OJB.properties
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/config/OJB.properties?view=diff&rev=538224&r1=538223&r2=538224
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/config/OJB.properties (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/config/OJB.properties Tue May 15 08:34:59 2007
@@ -289,6 +289,7 @@
 # - PersistentFieldDynaBeanAccessImpl
 #   implementation used to access a property from a
 #   org.apache.commons.beanutils.DynaBean.
+#   (DynaBean implementation does not support nested fields)
 # - PersistentFieldAutoProxyImpl
 #   for each field determines upon first access how to access this particular field
 #   (cglib based, directly, as a bean, as a dyna bean) and then uses that strategy.
@@ -301,7 +302,6 @@
 #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldIntrospectorImpl
 #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDynaBeanImpl
 #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldAutoProxyImpl
-#(DynaBean implementation does not support nested fields)
 #
 #
 # Allows to extend class RepositoryPersistor used to read and write (write is deprecated)



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