Re: T5.2.4 Hibernate PostGIS Problem

2011-03-24 Thread Jan Reinhard
Thank you for your reply, Thiago. The hibernate-spatial-postgis of the maven repository appears to be out of date. I checked out the svn repository version of hibernate-spatial-postgis+hibernate-spatial and it seems to be solved now. Hope it will work correctly :-) Thanks, Jan Am 23.03.20

Re: T5.2.4 Hibernate PostGIS Problem

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Mar 2011 18:38:38 -0300, Jan Reinhard wrote: Caused by: java.lang.NoSuchFieldError: INTEGER at org.hibernatespatial.postgis.PostgisDialect.(PostgisDialect.java:59) This seems to be the root of the problem. Are you sure your PostGIS configuration is correct and you're usin

T5.2.4 Hibernate PostGIS Problem

2011-03-23 Thread Jan Reinhard
Hi everyone, I am a Tapestry 5 newbie and I try to run a web-app on T5.2.4-Hibernate with PostgreSQL 9.0 database extended by PostGIS 1.5. Im using Maven or I try to use Maven... it hurts sometimes. Here is my problem: First I tried to access my db without the PostGIS extension and it worked