Patrick Hess wrote:

> 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();
> >     }
>
> Is it OK to compile the class from the CVSWeb and to put it in the
> CLASSPATH before the other stuff?

That would work, else it is quite trivial to add just that class back into the jar.

brian


>
>
> 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]



--
--------------------------------------------------------------
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