Re: [GENERAL] "package org.postgresql.util does not exist" compilation problem

2010-08-04 Thread Santiago Álvarez Martínez
Hi, Craig: Thanks for your reply. I've just discovered where the error was (and, as I supposed, it was my fault). Before adding the PostgreSQL dependency, I had this one, some lines before: ${jdbcDriver.groupId} ${jdbcDriver.artifactId} ${jdbcDrive

Re: [GENERAL] "package org.postgresql.util does not exist" compilation problem

2010-08-03 Thread Craig Ringer
On 03/08/10 23:18, Santiago Álvarez Martínez wrote: > > 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 Hi

[GENERAL] "package org.postgresql.util does not exist" compilation problem

2010-08-03 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 org/p