[hibernate-dev] Hibernate Search: Transactions timeout on MassIndexer

2013-11-11 Thread Sanne Grinovero
Hi Emmanuel, in case you get very bored at Devoxx :) I remember you implementing a quite complex fix for my initial MassIndexer which involved avoiding the transactions we use from timing out. This is probably more than a year old, but there is a user on the forums now using 4.4.0.Final and having

Re: [hibernate-dev] [OGM] RowKey vs. EntityKey

2013-11-11 Thread Gunnar Morling
2013/11/11 Emmanuel Bernard > As we discussed on Irc but for posterity. > > EntityKey represents what you need to reach an entity. It contains both > the actual id information and the metadata necessary to do the query. > Likewise, we have AssociationKey that does represent an association > navig

Re: [hibernate-dev] Using EclipseLink in WildFly

2013-11-11 Thread Scott Marlow
Arun, EclipseLink questions are not usually asked in the Hibernate lists. Next time, try https://community.jboss.org/en/wildfly. I'll take a look at the below. Scott On 11/10/2013 03:19 PM, Arun Gupta wrote: > Somebody filed a issue at: > > https://github.com/arun-gupta/javaee7-samples/issues

Re: [hibernate-dev] [OGM] RowKey vs. EntityKey

2013-11-11 Thread Emmanuel Bernard
As we discussed on Irc but for posterity. EntityKey represents what you need to reach an entity. It contains both the actual id information and the metadata necessary to do the query. Likewise, we have AssociationKey that does represent an association navigation. RowKey is used to represent two t

Re: [hibernate-dev] [OGM] Supporting Cassandra

2013-11-11 Thread Gunnar Morling
Hey Khanh, Thanks for shedding some light on this. Could you add a description of the things you think need to be done for this PR in order to make it fit with the latest evolvements in Cassandra? This would make it easier to understand where we are with this and help others to pick up from there