There seems to be a problem relating to the use of beans with properties defined in the superclass which was introduced with the refactoring work in the org.apache.commons.dbcp.datasources package.
see the thread below for details http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=3102 Haven't found a work around yet - let me know if you find one On Sun, 2003-09-21 at 04:54, Sven Haiges wrote: > I got the following error-messages; I am using mysql, does anyone have > similar problems? What can I do about it? > > thx! > > [DEBUG] TorqueInstance - -getConfiguration() = > [EMAIL PROTECTED] > [DEBUG] AbstractDataSourceFactory - > -applyConfiguration([EMAIL PROTECTED], [EMAIL PROTECTED]) > [ERROR] AbstractDataSourceFactory - -Property: logInterval value: 0 is > not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > [ERROR] AbstractDataSourceFactory - -Property: connectionWaitTimeout > value: 10 is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > [ERROR] AbstractDataSourceFactory - -Property: defaultMaxConnections > value: 80 is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > [ERROR] AbstractDataSourceFactory - -Property: maxExpiryTime value: > 3600 is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > [DEBUG] AbstractDataSourceFactory - > -applyConfiguration([EMAIL PROTECTED], [EMAIL PROTECTED]) > [ERROR] AbstractDataSourceFactory - -Property: defaultMaxActive value: > 10 is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > [DEBUG] ConvertUtils - -Convert string 'true' to class 'boolean' > [ERROR] AbstractDataSourceFactory - -Property: testOnBorrow value: > true is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > [DEBUG] ConvertUtils - -Convert string 'SELECT 1' to class > 'java.lang.String' > [ERROR] AbstractDataSourceFactory - -Property: validationQuery value: > SELECT 1 is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > > > ______________________________________________________________________ > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] ________________________________________________________________________ This E-mail transmission may contain confidential or legally privileged information that is intended for the addressee only. Any views or opinions presented are solely those of the author and do not necessarily represent those of CNM Limited. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or reliance upon the contents of this E-mail is strictly prohibited. If you have received this E-mail transmission in error, please notify the sender immediately, so that CNM Limited may arrange for its proper delivery. Please then delete the message from your inbox. This email has been scanned for all viruses by the MessageLabs SkyScan service. For more information on a proactive anti-virus service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
