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

Re: package org.pos tgresql.util does not exist c ompilation problem‏

2010-08-05 Thread Santiago Álvarez Martínez
Hi again Ognjen: I've just discovered where my error was. Some lines before adding my PostgreSQL package dependency, I had this another one: dependency groupId${jdbcDriver.groupId}/groupId artifactId${jdbcDriver.artifactId}/artifactId

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