Trouble with 7.1.2 JDBC driver

Поиск
Список
Период
Сортировка
От Nelson Ferreira Jr
Тема Trouble with 7.1.2 JDBC driver
Дата
Msg-id Pine.LNX.4.21.0106131835170.7193-100000@localhost.localdomain
обсуждение исходный текст
Список pgsql-interfaces
Hi,
  I have some troubles with Postgre's JDBC driver, version 7.1.2.
First, I was not able to build the driver because it always tries to
compile the version for the Enterprise Edition Java Virtual Machines,
although I only have a Standard Edition instaled in my computer (a Red Hat
7.0 linux box).  I could only compile it when I manually edited the  build.xml file, so
it right guessed the version of my Java VM.  I thought I was done when the driver worked for the first time, but
sometime later I realized that the BLOBs I've imported from a Postgres
7.0.3 (using a java program and LargeObjectManager API) were all corrupt!
All BLOBs have only 19 bytes!  I tested it with a  servlet  that runs fine with 7.0.3, and it just
thrown a NullPointerException somewhere (I couldn't check where exactly it
happens yet). After, I put the servlet to run with the old 7.0 JDBC
driver, but connectiong with postgres 7.1.2, and it worked fine
(ooops... not so fine, the BLOBs were all corrupt!)  Is there any trouble with the JDBC driver that comes with 7.1.2 ?
Or
maybe something got wrong when I edited build.xml ?

                                         Any Ideas ?



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Stephen Crawley
Дата:
Сообщение: Re: Using BLOBs with several DBMS
Следующее
От: "David Wall"
Дата:
Сообщение: Re: [GENERAL] Vacuum analyze in 7.1.1