DO NOT REPLY [Bug 37485] I'd like to run init SQL after JDBC Connection creation in DBCP

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

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

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||INVALID

--- Comment #4 from Mark Thomas ma...@apache.org 2010-08-25 14:55:13 EDT ---
This belongs in DBCP.

-- 
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 37485] - I'd like to run init SQL after JDBC Connection creation in DBCP

2005-11-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=37485.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37485


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2005-11-22 16:41 ---
DBCP is a Jakarta Commons package.  You can find its source code in the
jakarta-commons/dbcp module in SVN, and its documentation at
http://jakarta.apache.org/commons/dbcp.  Enhancements to it should be filed as
commons/DBCP issues in Bugzilla, not as Tomcat issues.

The naming factory files are in the tomcat/container SVN module, under
catalina/src/share/org/apache/naming.

I will mark this issue as NEEDINFO for now, as we wait for your new patch.  If
you decide to do it in the DBCP classes, please change the Bugzilla Component
for this issue when you reopen it.

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37485] - I'd like to run init SQL after JDBC Connection creation in DBCP

2005-11-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=37485.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37485





--- Additional Comments From [EMAIL PROTECTED]  2005-11-15 17:26 ---
Tell me please, where to find sources of naming-factory-dbcp.jar for Tomcat 
5.5.12. It will be safer solution to change this package. 

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 37485] - I'd like to run init SQL after JDBC Connection creation in DBCP

2005-11-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=37485.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37485





--- Additional Comments From [EMAIL PROTECTED]  2005-11-14 09:42 ---
Created an attachment (id=16958)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16958action=view)
My changes in BasicDataSource of Tomcat DBCP

Init SQL in resource Context setting:

Resource name=jdbc/CzechSortDS auth=Container
  type=javax.sql.DataSource 
  driverClassName=oracle.jdbc.driver.OracleDriver
  url=jdbc:oracle:thin:@server:1521:sid
  factory=org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory
  username= 
  password= 
  maxActive=40 
  maxIdle=10
  maxWait=5000
  connectionInitSql=ALTER SESSION SET NLS_SORT=XCZECH/ 

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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]