Hi Gunnar,
Thank you for your very quick reply and helpful links. Will update further once I deploy and play with it in my environment.
Gunnar wrote:
Hi,
Yes, checkout this demo:
https://github.com/hibernate/hibernate-demos/tree/master/hibernate-ogm/hiking-demo
This runs on WildFly, using MongoDB as backend. The frontend is JAX-RS + AngularJS, so no JSF2, but that doesn't make a difference as far as the persistence layer is concerned.
Also check out what the reference guide has to say on WildFly deployments:
https://docs.jboss.org/hibernate/ogm/4.1/reference/en-US/html_single/#ogm-configuration-jbossmodule.
Finally, you might be interested in this post which describes step by step how to get started with Hibernate OGM + Neo4j/MongoDB:
http://in.relation.to/Bloggers/NoSQLWithHibernateOGM101PersistingYourFirstEntities
Just let me know in case you need any further help or resources.
--Gunnar