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 2006/07/12 01:43:19 UTC

svn commit: r421034 - /db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties

Author: arminw
Date: Tue Jul 11 16:43:18 2006
New Revision: 421034

URL: http://svn.apache.org/viewvc?rev=421034&view=rev
Log:
make RepositoryPersistor class pluggable, comment update

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties?rev=421034&r1=421033&r2=421034&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/OJB.properties Tue Jul 11 16:43:18 2006
@@ -186,8 +186,12 @@
 #ProxyFactoryClass=org.apache.ojb.broker.core.proxy.ProxyFactoryCGLIBImpl
 ProxyFactoryClass=org.apache.ojb.broker.core.proxy.ProxyFactoryJDKImpl
 #
-# The IndirectionHandlerClass entry defines the class to be used by OJB's proxies to
-# handle method invocations
+# The optional IndirectionHandlerClass entry defines the class to be used by OJB's proxies to
+# handle method invocations. The IndirectionHandler implementation must match the implementation
+# of the ProxyFactory, i.e. it must implement the corresponding IndirectionHandler-derived
+# interface (IndirectionHandlerCGLIB, IndirectionHandlerJDK).
+# If this setting is unspecifies, then the default IndirectionHandler for the specified ProxyFactory
+# will be used.
 #
 #IndirectionHandlerClass=org.apache.ojb.broker.core.proxy.IndirectionHandlerCGLIBImpl
 IndirectionHandlerClass=org.apache.ojb.broker.core.proxy.IndirectionHandlerJDKImpl
@@ -435,6 +439,8 @@
 # This is only for backward compatibility and will
 # be removed at a later date.
 ImplicitLockingBackward=false
+#
+#
 #----------------------------------------------------------------------------------------
 # Meta data / mapping settings
 #----------------------------------------------------------------------------------------
@@ -477,6 +483,12 @@
 #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)
+# OJB's metadata.
+RepositoryPersistorClass=org.apache.ojb.broker.metadata.RepositoryPersistor
+#
+#
 #----------------------------------------------------------------------------------------
 # Component Intercepting for Profiling and Tracing
 #----------------------------------------------------------------------------------------
@@ -486,6 +498,7 @@
 # This is currently an experimental feature useful only for OJB kernel developers.
 #
 #InterceptorClass=org.apache.ojb.broker.util.interceptor.TracingInterceptor
+#
 #
 #----------------------------------------------------------------------------------------
 # Transaction Management and assocation



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