Return-Path: Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 54608 invoked by uid 500); 2 Jul 2003 23:03:39 -0000 Received: (qmail 54605 invoked from network); 2 Jul 2003 23:03:39 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 2 Jul 2003 23:03:39 -0000 Received: (qmail 48676 invoked by uid 1510); 2 Jul 2003 23:03:38 -0000 Date: 2 Jul 2003 23:03:38 -0000 Message-ID: <20030702230338.48675.qmail@icarus.apache.org> From: arminw@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb/lib p6spy.jar X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N arminw 2003/07/02 16:03:38 Modified: . project.xml src/test/org/apache/ojb spy.properties lib p6spy.jar Log: rollback to previous version to avoid p6spy errors Revision Changes Path 1.38 +1 -1 db-ojb/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/db-ojb/project.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- project.xml 1 Jul 2003 07:26:37 -0000 1.37 +++ project.xml 2 Jul 2003 23:03:38 -0000 1.38 @@ -227,7 +227,7 @@ p6spy - 1.2 + 1.0 http://www.p6spy.com/ 1.5 +7 -34 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- spy.properties 1 Jul 2003 07:26:37 -0000 1.4 +++ spy.properties 2 Jul 2003 23:03:38 -0000 1.5 @@ -64,37 +64,12 @@ #specifies a third driver to use realdriver3= - -#the DriverManager class sequentially tries every driver that is -#registered to find the right driver. In some instances, it's possible to -#load up the realdriver before the p6spy driver, in which case your connections -#will not get wrapped as the realdriver will "steal" the connection before -#p6spy sees it. Set the following property to "true" to cause p6spy to -#explicitily deregister the realdrivers -deregisterdrivers=false - ################################################################ # P6LOG SPECIFIC PROPERTIES # ################################################################ # no properties currently available ################################################################ -# EXECUTION THRESHOLD PROPERTIES # -################################################################ -# This feature applies to the standard logging of P6Spy. # -# While the standard logging logs out every statement # -# regardless of its execution time, this feature puts a time # -# condition on that logging. Only statements that have taken # -# longer than the time specified (in milliseconds) will be # -# logged. This way it is possible to see only statements that # -# have exceeded some high water mark. # -# This time is reloadable. # -# -# executionthreshold=integer time (milliseconds) -# -executionthreshold= - -################################################################ # P6OUTAGE SPECIFIC PROPERTIES # ################################################################ # Outage Detection @@ -119,17 +94,16 @@ # COMMON PROPERTIES # ################################################################ -# filter what is logged -filter=false - -# comma separated list of tables to include when filtering +# comma separated list of tables to include include = -# comma separated list of tables to exclude when filtering +# comma separated list of tables to exclude exclude = -# sql expression to evaluate if using regex filtering +# sql expression to evaluate if using regex sqlexpression = +# filter what is logged +filter=false # turn on tracing autoflush = true @@ -144,8 +118,8 @@ #commit, rollback and result are valid values excludecategories=info,debug,result,batch - #allows you to use a regex engine or your own matching engine to determine + #which statements to log # #stringmatcher=com.p6spy.engine.common.GnuRegexMatcher @@ -220,7 +194,6 @@ ################################################################# #realdatasourceproperties=port;3306,serverName;ibmhost,databaseName;mydb - ################################################################# # JNDI DataSource lookup # # # @@ -249,4 +222,4 @@ #jndicontextcustom=java.naming.factory.url.pkgs;org.jboss.nameing:org.jnp.interfaces #jndicontextfactory=com.ibm.websphere.naming.WsnInitialContextFactory -#jndicontextproviderurl=iiop://localhost:900 +#jndicontextproviderurl=iiop://localhost:900 \ No newline at end of file 1.4 +323 -377 db-ojb/lib/p6spy.jar <>