-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Is Hibernate Spatial supported with 5?
PostPosted: Fri Apr 08, 2016 6:18 am 
Newbie

Joined: Fri Apr 08, 2016 5:56 am
Posts: 1
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


Top
 Profile  
 
 Post subject: Re: Is Hibernate Spatial supported with 5?
PostPosted: Fri Apr 08, 2016 7:22 am 
Hibernate Team
Hibernate Team

Joined: Thu Sep 11, 2014 2:50 am
Posts: 1628
Location: Romania
It is supported, the documentation module even features some tests making use of it.

Check out this test for instance.

There is no such thing as "blocking the jar". Try debugging it to see where it halts, and for what reason.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.