-->
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.  [ 1 post ] 
Author Message
 Post subject: WildFly 10 configuration
PostPosted: Wed May 03, 2017 12:33 pm 
Hibernate Team
Hibernate Team

Joined: Fri Sep 09, 2011 3:18 am
Posts: 295
WildFly 10 does not have the dependencies needed to deploy a project uusing Hibernate OGM 5.1 FInal.

The problem is that the Hibernate ORM and Hibernate Search versions need to be upgraded.
Currently there is an error in the documentation about how to configure WildFly. I've already sent a PR but I will mention here the right configuration to use for those who cannot wait.

In the documentation the part related to the modules is correct, what's missing is the fact the you also need the Hibernate Search modules archive.
You can download it from Maven Central: http://repo1.maven.org/maven2/org/hiber ... 0-dist.zip

And the property to set in your project is the following:
Code:
<property name="wildfly.jpa.hibernate.search.module" value="org.hibernate.search.module:5.6.1.Final-orm51"/>


The current PR with the updates to the documentation can be found on github: https://github.com/hibernate/hibernate-ogm/pull/859

Thanks,
Davide

PS: thanks to Harsha Ramesh for the feddback https://twitter.com/HarshaRamesh/status ... 4301893632


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

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.