Re: Communications link failure due to underlying exception
Posted by: Mark Matthews
Date: July 20, 2005 06:03PM

Alper Akture wrote:
> One more Mark,
>
> Are there any drivers for MySql that support the
> DBCP pool properties I'm trying to use? I've been
> looking on the net, but have not found any so far.


I'm unsure what you mean? DBCP just _uses_ a JDBC drivers to make connections that it pools. The properties you're putting in via XML attribures don't make it to the underlying vendor-specific JDBC driver (in this case MySQL Connector/J) because they're _not_designed_ to. Changing the JDBC driver won't make a difference, you'd have to re-write DBCP.

I'd be curious to see where you picked up the idea that you can set these properties this way, as we need to contact them and tell them they're wrong (as far as I can tell).

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: Communications link failure due to underlying exception
July 20, 2005 06:03PM
June 09, 2006 04:42AM
August 24, 2006 05:27PM
July 15, 2007 04:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.