JDK 1.4 make rules

Поиск
Список
Период
Сортировка
От David Bernhill
Тема JDK 1.4 make rules
Дата
Msg-id 1018264458.21534.67.camel@puh.digitalroute.xx
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Bernhill
Дата:
Сообщение: raw data broken in 7.2 driver?
Следующее
От: "Gautham S. Rao"
Дата:
Сообщение: Re: JDBC Driver Problem