Brian Silberbauer wrote:

> I got around this by changing the class
> org.apache.turbine.util.db.pool.DBInstantDB.class by recompilng it with the following
> change:
> 
>     public void init(String url, String username, String password) throws Exception {
>         DB_CONNECTION = "jdbc:idb=" + url;
>         Class.forName("org.enhydra.instantdb.jdbc.idbDriver").newInstance();
> //        Class.forName("jdbc.idbDriver").newInstance();
>     }
> 
> But, as we type in the driver name in the property file, why is it hard coded in this
> class (or visa versa)?

That is what I thought about the problem -- I just couldn't find
WHERE the class name is defined. Thanks, I'm gonna try again. 

Patrick Hess

| metazoa GmbH        | fon   +49-211-175447-14 |
| Hohenzollernstr. 34 | fax   +49-211-175447-27 |
| 40211 D�sseldorf    | mail  [EMAIL PROTECTED] |


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to