Обсуждение: JDK 1.4 make rules

Поиск
Список
Период
Сортировка

JDK 1.4 make rules

От
David Bernhill
Дата:
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