JDK 1.4 make rules - Mailing list pgsql-jdbc

From David Bernhill
Subject JDK 1.4 make rules
Date
Msg-id 1018264458.21534.67.camel@puh.digitalroute.xx
Whole thread Raw
List pgsql-jdbc
Hello again.

Seems as the build rules for the driver isn't compatible with JDK 1.4.
The following "check" is invalid since javax.sql is included in the
standard edition:

<available property="jdk1.2e+" classname="javax.sql.DataSource" />

However, all that should be fine but the class XAConnectionImpl imports
an exception that is non-existent in JDK1.4 -
javax.transaction.RollbackException (renamed to
TransactionRolledbackException(?)) - but it isn't used so simply
removing this import statement should make it valid.

regards David



pgsql-jdbc by date:

Previous
From: David Bernhill
Date:
Subject: raw data broken in 7.2 driver?
Next
From: "Gautham S. Rao"
Date:
Subject: Re: JDBC Driver Problem