Hi,
Is Hibernate Spatial currently supported with the latest build? According to the website it should be built within the orm project for Hibernate 5. Unfortunately though the jar is missing in all Hibernate 5+ builds even though it is suppose to be in a "lib/spatial" folder.
I have tried to source out the file from
http://mvnrepository.com/artifact/org.h ... .1.0.Final , unfortunately when I include that jar file in my project it always halts after running the following two lines:
Code:
final StandardServiceRegistry registry = new StandardServiceRegistryBuilder().configure().build();
sessionFactory = new MetadataSources(registry).buildMetadata().buildSessionFactory();
Which leads to me to wonder if you are blocking the jar file until it's accepted official... or of coarse I may need to use a different startup method when using spatial.
Thanks