| From: | David Bernhill <david(dot)bernhill(at)digitalroute(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | JDK 1.4 make rules |
| Date: | 2002-04-08 11:14:18 |
| Message-ID: | 1018264458.21534.67.camel@puh.digitalroute.xx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gautham S. Rao | 2002-04-08 12:01:54 | Re: JDBC Driver Problem |
| Previous Message | David Bernhill | 2002-04-08 11:03:15 | raw data broken in 7.2 driver? |