Subject Re: [IB-Java] how can I get the type 4 jdbc driver
Author David Jencks
On 2002.01.15 11:10:56 -0500 Jeffrey Seaman wrote:
> Hello,
> I was wondering how I can download or compile the type 4 alpha jca-jdbc
> driver for firebird/interbase. I've heard rave reviews of it and wanted
> to
> try it. I've looked under sourceforge but can't find it.
> Thanks for your help,
> Jeff Seaman
>
in cvs under client-java.

after checkout, cd src/build
./build.sh

to test ./build.sh all-tests

results in output/reports... I haven't gotten around to stealing the report
formatter setup from jboss.

To deploy in jboss, put the output/lib/firebirdsql.rar file in deploy/, and
also the firebirdsql-service.xml file from jboss cvs
manual/src/examples/resources/jca/ in deploy. (This is for jboss 3 alpha
or jboss 3 from cvs, depending on which version you pick. I haven't
checked these actually work for a while).

What are the rave reviews? I work partly based on the amount of interest
expressed ;-)

david jencks.