Re: [hibernate-dev] [Search] Deprecating the @Key annotation

2015-01-30 Thread Sanne Grinovero
On 29 January 2015 at 16:25, Gunnar Morling wrote: > 2015-01-29 9:42 GMT+01:00 Hardy Ferentschik : >> >> Hi, >> >> > It would be nice to simply remove the references to @Key in the >> > documentation, and avoid trying to explain when to choose between the >> > two alternatives. >> > >> > This woul

[hibernate-dev] [Search] Native Java serialization support

2015-01-30 Thread Hardy Ferentschik
Hi, I would like to summarize a discussion we had on IRC to get some more feedback and come to a decision on how to move forward. I am currently in the need of extending our serialization support for the distributed Search deployment scenarios. Basically we are serializing our different Lucen

[hibernate-dev] [Search] SearchNewEntityJmsMasterSlaveUsingInfinispanAs2ndCacheAndModulesIT failing on Mac

2015-01-30 Thread Hardy Ferentschik
Hi, for a couple days my master build of Search is broken. The integration test SearchNewEntityJmsMasterSlaveUsingInfinispanAs2ndCacheAndModulesIT fails: Failed tests: SearchNewEntityJmsMasterSlaveUsingInfinispanAs2ndCacheAndModulesIT>SearchNewEntityJmsMasterSlave.searchNewMembersAfterSynchroniz

[hibernate-dev] HHH-3555 Envers Enhancement

2015-01-30 Thread Stephen Fikes
We have an EAP 6/Hibernate 4 customer looking for an enhancement for envers for which there is an existing "Closed - Won't Fix" Jira: https://hibernate.atlassian.net/browse/HHH-3555 Before I create an RFE, wanted to make sure there was no obvious reason I shouldn't begin the enhancement request p

Re: [hibernate-dev] Naming and "naming strategies"

2015-01-30 Thread Steve Ebersole
So here is what I have for implicit naming strategy, in simplified form: 1. Table naming 1. Entity primary table - @Table 2. Join table - @JoinTable 3. Collection table - @CollectionTable 4. 2. Column naming 1. basic attribute column 2. entity discrimina