RE: Split Tomcat standard out into files for each context in 5.5

2007-12-04 Thread Jason Perrone
Thanks Mark. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 12:58 PM To: Tomcat Users List Subject: Re: Split Tomcat standard out into files for each context in 5.5 Christopher Schultz wrote: Mark, Mark Thomas wrote: Not strictly

Casting a Connection as an OracleConnection in Tomcat 7

2011-11-29 Thread Jason Perrone
Hello everyone, Has anyone yet figured out how to cast the PoolableConnection that Tomcat 7 now returns when you get a Connection from a DataSource as an OracleConnection? In Tomcat 6 the connection was returned as T4CConnection and had no problem being cast as an OracleConnection. Now, I

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-11-29 Thread Jason Perrone
To: Tomcat Users List Subject: Re: Casting a Connection as an OracleConnection in Tomcat 7 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, On 11/29/11 2:34 PM, Jason Perrone wrote: Has anyone yet figured out how to cast the PoolableConnection that Tomcat 7 now returns when you get

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Jason Perrone
SIGNED MESSAGE- Hash: SHA1 Jason, On 11/29/11 2:34 PM, Jason Perrone wrote: Has anyone yet figured out how to cast the PoolableConnection that Tomcat 7 now returns when you get a Connection from a DataSource as an OracleConnection? If you are using the standard pool (which uses DBCP under

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Jason Perrone
in Tomcat 7 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, On 12/2/11 3:23 PM, Jason Perrone wrote: So, I can't cast the connection Tomcat returns as a DelegatingConnection. DelegatingConnection is from Commons DBCP and this connection

RE: Casting a Connection as an OracleConnection in Tomcat 7

2011-12-02 Thread Jason Perrone
- Hash: SHA1 Jason, On 12/2/11 3:23 PM, Jason Perrone wrote: So, I can't cast the connection Tomcat returns as a DelegatingConnection. DelegatingConnection is from Commons DBCP and this connection is org.apache.tomcat.dbcp.dbcp.PoolableConnection. I do not want to reference any Tomcat