arminw 2005/03/07 09:50:25 Modified: src/test/org/apache/ojb spy.properties Added: lib p6spy-1.3-patched.jar Removed: lib p6spy.jar Log: - add patched p6spy jar with fixed 'resultset problem', the patch is described here
http://sourceforge.net/tracker/index.php?func=detail&aid=1150997&group_id=49288&atid=455700 - add patch to suppress logging of prepared statement strings Revision Changes Path 1.2 +530 -0 db-ojb/lib/p6spy-1.3-patched.jar <<Binary file>> 1.9 +1 -4 db-ojb/src/test/org/apache/ojb/spy.properties Index: spy.properties =================================================================== RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/spy.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- spy.properties 15 Aug 2004 13:17:18 -0000 1.8 +++ spy.properties 7 Mar 2005 17:50:25 -0000 1.9 @@ -75,9 +75,6 @@ # the hsqldb jdbc driver (OJB testsuite and tutorials) realdriver=org.hsqldb.jdbcDriver -# the sapdb jdbc driver (OJB testsuite and tutorials) -#realdriver=com.sap.dbtech.jdbc.DriverSapDB - #specifies another driver to use realdriver2= #specifies a third driver to use @@ -135,7 +132,7 @@ #list of categories to exclude: error, info, batch, debug, statement, #commit, rollback and result are valid values -excludecategories=info,debug,result,batch +excludecategories=info,debug,result,batch,resultset,prepared #allows you to use a regex engine or your own matching engine to determine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
