Re: package org.postgresql.util does not exist compilation problem

2010-08-05 Thread Santiago Álvarez Martínez
Hi Ognjen: Thanks for your reply. It's a compile-time error. Actually the error comes in the compile Maven goal (I put the log at the end). The weirdest thing is: If I try to launch the project, I get this compilation error. If I comment out the troubling lines, and launch the project with

package org.postgresql.util does not exist compilation problem

2010-08-04 Thread Santiago Álvarez Martínez
Hi: I'm developing a Java application, using Maven, Spring and Hibernate, and Postgre (with Postgis) as DBMS. Everything went OK, until I had to import the org.postgresql.util package, to use the PGobject class, in a UserType Hibernate class. I got the following errors: [...] [loading

Re: package org.postgresql.util does not exist compilation problem

2010-08-04 Thread Ognjen Blagojevic
Hi Santiago, On 3.8.2010 22:13, Santiago Álvarez Martínez wrote: Everything went OK, until I had to import the org.postgresql.util package, to use the PGobject class, in a UserType Hibernate class. I got the following errors: Is this run-time or compile-time error? What is the exact command