Postgresql errors with trunk, any ideas?

2010-05-25 Thread Matt Warnock
Trying to get trunk working with postgresql 8.3 under Debian stable, sun java 1.6.0_12-b04, and I get several similar errors in the logs: exception report -- Could not convert field value for the field:

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Deyan Tsvetanov
Which driver version are you using ? On Tue, 2010-05-25 at 00:10 -0600, Matt Warnock wrote: Trying to get trunk working with postgresql 8.3 under Debian stable, sun java 1.6.0_12-b04, and I get several similar errors in the logs: exception report

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Deepak Dixit
Hi Matt, Have you used latest version of ant (1.7.1)? try to build application using internal ant (./ant) Regards -- Deepak Dixit HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98267-54548 Skype Id :- deepakdixit Matt Warnock wrote: Trying to get trunk working with

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread BJ Freeman
running trunk 930580 using postgresql 8.1 CentOS Linux 5.4 OpenJDK Runtime Environment (build 1.6.0-b09) = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Matt Warnock
I am using 8.4-701, the target downloaded by ant download-PG-JDBC. According to http://jdbc.postgresql.org/download.html, it should be good for Java 1.4 and newer, and PG 7.2 and newer. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Tue, 2010-05-25 at 09:14 +0300,

Re: Postgresql errors with trunk, any ideas?

2010-05-25 Thread Matt Warnock
That seems to have solved that issue. Thanks Deepak! Debian uses ant 1.7.0. I must have forgotten the ./ant. I notice that the internal ant shell script is much simpler than the one Debian uses, do they both just call java with the right jar file? -- Matt Warnock