Author: arminw
Date: Thu Jan 4 18:37:46 2007
New Revision: 492872
URL: http://svn.apache.org/viewvc?view=rev&rev=492872
Log:
use CGLIB by default for proxy creation
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?view=diff&rev=492872&r1=492871&r2=492872
==============================================================================
--- 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 Thu
Jan 4 18:37:46 2007
@@ -143,8 +143,8 @@
#
# NOTE: The appropriate cooresponding IndirectionHandler must be choosen as
well
#
-#ProxyFactoryClass=org.apache.ojb.broker.core.proxy.ProxyFactoryCGLIBImpl
-ProxyFactoryClass=org.apache.ojb.broker.core.proxy.ProxyFactoryJDKImpl
+ProxyFactoryClass=org.apache.ojb.broker.core.proxy.ProxyFactoryCGLIBImpl
+#ProxyFactoryClass=org.apache.ojb.broker.core.proxy.ProxyFactoryJDKImpl
#
# 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
@@ -153,8 +153,8 @@
# 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
+IndirectionHandlerClass=org.apache.ojb.broker.core.proxy.IndirectionHandlerCGLIBImpl
+#IndirectionHandlerClass=org.apache.ojb.broker.core.proxy.IndirectionHandlerJDKImpl
#
#----------------------------------------------------------------------------------------
# ListProxy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]