The hibernate-spatial tag has no wiki summary.
1
vote
1answer
111 views
hibernate spatial DDL creation with maven hibernate3 plugin
This is a very special question, I hope that somebody here already worked in a similar project setup.
I am working with Netbeans and started a maven web project based upon the maven HS 4.x tutorial ...
2
votes
0answers
230 views
Hibernate Spatial 4 and Postgis 2.0
I'm having some issues integratings this technologies:
Hibernate Spatial 4.0-M1
Postgis 2.0.2 (with compiled jdbc 2.0.2)
Hibernate 4.1.1
The specific error is:
Caused by: ...
2
votes
2answers
179 views
How to integrate Spring hibernate-spatial and Solr?
For a new project I'm looking for a more "mainstream" like server side web development technology stack. This question could also be asked in stackoverflow, but as we also use Geoserver and the Java ...
1
vote
1answer
617 views
Hibernate Spatial MappingException for Geometry Column
I'm using Hibernate Spatial in a GIS application. I have an entity class, in which one of the columns is a geometry column, as shown below:
@Entity
@Table(name = "table_name")
public class Admin ...
0
votes
1answer
606 views
Hibernate Spatial Maven Issue
I'm following the tutorial at http://www.hibernatespatial.org/tutorial-hs4.html. I've created a maven project, and imported it into Eclipse. However, when I run mvn dependency:list, I get the error ...
