-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tom O'Neil wrote:
I have configured WAS Express 5.0 to connect to MySql
4.0, however I am unable to open any connections. I
know that the connection to the MySql server works,
because if I change any of the connection parameters
(port, database name, login), the JDBC driver returns
the appropriate error message. I have tried using both
the MySql Connector 2.0.14 and 3.0.3 JDBC drivers to
connect. Within WAS 5.0, I have created a user-defined
JDBC provider and my datasource uses the
com.ibm.websphere.rsadapter.ConnectJDBCDataStoreHelper
data source helper class. The error I get is listed
below (this was using MySql Connector 2.0.14). I get a
similar error using 3.0.3, but that makes sense
because the beta documentation states that
Connection.getTypeMap() has not been implemented. Does
anyone have any ideas as to what could be going on
here?

As far as I can tell, this is a bug in WebSphere's connection pooling classes, because getTypeMap() is not required to be implemented (by the JDBC spec.

You can try returning an empty java.util.HashMap() from that method and see if that makes your connection pool work. If so, I can add that feature to the driver for version 3.0.5.

-Mark


- -- MySQL 2003 Users Conference -> http://www.mysql.com/events/uc2003/

For technical support contracts, visit https://order.mysql.com/?ref=mmma

__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mark Matthews <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer - JDBC/Java
/_/ /_/\_, /___/\___\_\___/ Flossmoor (Chicago), IL USA
<___/ www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.1.90 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+GyIYtvXNTca6JD8RAp1kAJ9E0j4oW296om2LeDn1GlcJ5MQngQCgnYC6
sSH0miw2H2Ymn7cyS8Hi9Wc=
=t3hW
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to