[Proxool-developer] Externalize JdbcDriver instanciation and/or give the JdbcDriverPath
UNMAINTAINED!
Brought to you by:
billhorsman
From: Lefour A. <al...@ax...> - 2004-06-23 09:21:29
|
Hello all, Externalize JdbcDriver instanciation and/or give the JdbcDriverPath First, ProxoolFacade provides the following method : "registerConnectionPool(String url, Properties info)". It is well worth mentionning that the JdbcDriver url is a subString of = the url string, and proxool, more precisely the ConnectionPool Class, = instanciates the JdbcDriver searching the jarFile in the ClassPath. So, if we want to use a JdbcDriver jarFile that is not in the = ClassPath, it would be a good idea to add new methods like : 1/ adding the driver instance in parameter : "registerConnectionPool(String url, Driver jdbcDriver, Properties = info)". or 2/ adding the path of the JdbcDriver jarFile, letting proxool make the = ClassLoader "registerConnectionPool(String url, String jdbcDriverPath, Properties = info)". If this is something that can be rolled out to 1.0, is there a temporary = solution to tackle this issue? Thanks all in advance. Arnaud L > Arnaud LEFOUR > R&D B.A.M. >=20 > AXWAY.=20 > a Sopra Group company Tel: +33 (0) 4 50 10 35 70 > Email : al...@ax... >=20 |