DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2011-09-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

Filip Hanik fha...@apache.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #8 from Filip Hanik fha...@apache.org 2011-09-12 15:25:29 UTC ---
Thank you
Fixed in r1169796

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2011-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

Neil Clarke nacla...@gmail.com changed:

   What|Removed |Added

  Attachment #25054|0   |1
is obsolete||

--- Comment #7 from Neil Clarke nacla...@gmail.com 2011-09-05 08:54:34 UTC ---
Created attachment 27457
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=27457
A correction to the createDecorator() method in the interceptor

There appears to be a typing error in the createDecorator() method of the
interceptor, setting the connection to the constructor object:

statementProxy.setConnection(proxy);
statementProxy.setConstructor(constructor);

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2011-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

Neil Clarke nacla...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2010-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

Mark Thomas ma...@apache.org changed:

   What|Removed |Added

  Component|Modules: jdbc-pool  |jdbc-pool
Product|Tomcat 7|Tomcat Modules

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2010-02-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

Filip Hanik fha...@apache.org changed:

   What|Removed |Added

 CC||fha...@apache.org

--- Comment #4 from Filip Hanik fha...@apache.org 2010-02-24 17:44:08 UTC ---
The patch contains a package name we can't use, and it doesn't have any license
header in it.

Can you adjust the package name to 
org.apache.tomcat.jdbc.pool.interceptor

and add the license header (just look at an existing source file)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2010-02-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

gfernandes gsfernan...@gmail.com changed:

   What|Removed |Added

  Attachment #24713|0   |1
is obsolete||

--- Comment #5 from gfernandes gsfernan...@gmail.com 2010-02-24 18:06:13 UTC 
---
Created an attachment (id=25054)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25054)
Corrected package and added license header

Corrected the package and added the license header as suggested by Filip.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2010-02-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

gfernandes gsfernan...@gmail.com changed:

   What|Removed |Added

  Attachment #25054|Corrected package and added |Statement decorator
description|license header  |interceptor that proxies
   ||the resultSet and
   ||statement.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2010-02-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

Filip Hanik fha...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Filip Hanik fha...@apache.org 2010-02-24 19:28:36 UTC ---
Thank you for the patch. It's been committed with a change to
org.apache.juli.Log instead of Log4j

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2009-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

--- Comment #2 from gfernandes gsfernan...@gmail.com 2009-12-16 11:26:26 UTC 
---
Created an attachment (id=24713)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24713)
JdbcInterceptor to proxy resultSets and statements

Implemented a JdbcInterceptor to proxy resultSets and statements.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2009-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

--- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com 2009-12-16 
19:10:14 UTC ---
For reference: link to the discussion thread on users@:
http://markmail.org/thread/lf4l3tjy5eev5kxo
http://marc.info/?t=12608985304r=1w=2

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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



DO NOT REPLY [Bug 48392] jdbc-pool is not returning the proxied connection in resultSet and statement

2009-12-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48392

--- Comment #1 from gfernandes gsfernan...@gmail.com 2009-12-15 12:08:01 UTC 
---
jdbc-pool version is: 1.0.7.1

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

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