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 2010/07/02 21:07:56 UTC

DO NOT REPLY [Bug 49543] New: Request for a "shared" datasource configuration as in DBCP

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

           Summary: Request for a "shared" datasource configuration as in
                    DBCP
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Modules: jdbc-pool
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: jkonicki@vmware.com


The ability to configure the datasource at the server level and have it shared
amongst all applications on that server with each application supplying their
own credentials for the datasource. This type of configuration is supported by
DBCP and is called a "shared" datasource configuration.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49543] Request for a "shared" datasource configuration as in DBCP

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Modules: jdbc-pool          |Modules: jdbc-pool
           Platform|PC                          |All
            Product|Tomcat 6                    |Tomcat 7
   Target Milestone|default                     |---
         OS/Version|Mac OS X 10.5               |All

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-07-02 16:55:59 EDT ---
Fix properties

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49543] Request for a "shared" datasource configuration as in DBCP

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-07-04 16:43:55 EDT ---
Marking as an enhancement.

Since the original developer of this module is not available at the moment,
there is unlikely to be any progress on this for several months. A patch would
certainly help progress things.

I would also note that keeping jdbc-pool simple and not to fully implement
every feature in DBCP was a deliberate design decision. Any patch should bear
this in mind and should ideally provide this feature as an optional extra that
does not add any overhead for users that do not wish to use it.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49543] Request for a "shared" datasource configuration as in DBCP

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

--- Comment #5 from Konstantin Kolinko <kn...@gmail.com> 2011-01-20 16:03:35 EST ---
This feature was backported to Tomcat 6.0 in r1061511 and will be in 6.0.31.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49543] Request for a "shared" datasource configuration as in DBCP

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

Filip Hanik <fh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Filip Hanik <fh...@apache.org> 2011-01-06 13:24:43 EST ---
You can now do this with any configured data source as long as the data source
itself supports getConnection(String,String)

This was committed in 
http://svn.apache.org/viewvc?view=revision&revision=1055989

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49543] Request for a "shared" datasource configuration as in DBCP

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

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49543] Request for a "shared" datasource configuration as in DBCP

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

--- Comment #3 from Filip Hanik <fh...@apache.org> 2011-01-04 17:09:01 EST ---
Jason, this ability does exist with the fix of 
https://issues.apache.org/bugzilla/show_bug.cgi?id=50025

I'm working on a simple enhancement to Tomcat 7 that will allow this for any
configured data source.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org