Subject | Re: [Firebird-Java] javax.sql.DataSource required |
---|---|
Author | Marcelo Lopez Ruiz |
Post date | 2002-04-19T13:22:21Z |
If you are using JB6, I wrote a document at the following URL describing
how I got it up and running, and a link to one of the most important
classes to look at when you are looking for not-implemented methods.
[http://www.xlprueba.com.ar/marce/setup_fb_java.htm%5d
Regards,
Marcelo Lopez Ruiz
psalvan2002 wrote:
how I got it up and running, and a link to one of the most important
classes to look at when you are looking for not-implemented methods.
[http://www.xlprueba.com.ar/marce/setup_fb_java.htm%5d
Regards,
Marcelo Lopez Ruiz
psalvan2002 wrote:
> Hi all,
>
> I've just lost 2 hours installing the beta1 jdbc driver under
> JB6, 'cause org.firebirdsql.jdbc.FBDriver requires at run.time the
> little class javax.sql.DataSource, downloadable from sun.
> Is this class really required? If yes, can it be inserted in the
> driver jar or in the "lib" dir of the official dist in order to
> simplify the installation process?
> Else, a simple note in the installation doc stating what this file is
> and where it can be downloaded will save other users hours installing
> the driver....
>
> Another note: using JB6 I'm getting some "NotJetImplemented"
> exception; I'd like to have src so I can see WHAT is not implemented:
> can the src package of the b1 driver be putted in the download area
> of sf?
>
> Thank for the attention
>
> Paolo