Hi pgsql-jdbc list.
This is my first post - so please forgive the newbie questions!
I get 100+ errors building.
Many of the messages are complaining that they cannot find
javax.transaction.xa.Xid.
For example, there's an import statement for this structure in the file
XADataSourceImpl.java.
My platform:
Linux 2.4.3-12
Ant 1.3
Sun Java J2SE JDK 1.3.1 (release)
jdbc2_0-stdext.jar is installed in my $JAVA_HOME/jre/lib/ext directory.
I don't understand the problem. I strange thing though, Sun docs suggest
that this interface is only part of 1.4 and not 1.3...
Any help would be appreciated!!!
Rob