You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/01/16 21:05:57 UTC

[Bug 54437] New: Update PoolProperties javadoc for ConnectState interceptor-managed defaults

https://issues.apache.org/bugzilla/show_bug.cgi?id=54437

            Bug ID: 54437
           Summary: Update PoolProperties javadoc for ConnectState
                    interceptor-managed defaults
           Product: Tomcat Modules
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: jdbc-pool
          Assignee: dev@tomcat.apache.org
          Reporter: asf.bugzilla@chris.pimlott.net
    Classification: Unclassified

Certain PoolProperties defaults are normally only set on connection creation,
not on connection reuse, unless the ConnectionState interceptor is also
explicitly configured (it's not by default).  The necessity of this second step
is easy to overlook.  It would be nice if the javadoc for these settings
(defaultAutoCommit, defaultTransactionIsolation, defaultReadOnly,
defaultCatalog) pointed out this behavior and made a mention to the
ConnectionState interceptor.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 54437] Update PoolProperties javadoc for ConnectState interceptor-managed defaults

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54437

--- Comment #1 from Chris Pimlott <as...@chris.pimlott.net> ---
There's an existing example in removeAbandonedTimeout setter/getter, which
reference the ResetAbandonedTimer interceptor.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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