Re: [hibernate-dev] Voldemort maven module for Hibernate OGM

2012-02-28 Thread Emmanuel Bernard
Hi Seiya, Many thanks for this work and sorry for the delay in answering. I / we will definitively have a look. We have strong deadlines for mid-week on Hibernate Search, but I'll have more time after that. Do you know why the Voldemort project does not push it to a maven repository. Is that b

[hibernate-dev] infinispan test fails occasionally on hudson

2012-02-28 Thread Strong Liu
could someone take a look? org.hibernate.test.cache.infinispan.functional.ConcurrentWriteTest.testManyUsers Error Message java.util.concurrent.TimeoutException Stacktrace java.util.concurrent.TimeoutException at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:222) a

Re: [hibernate-dev] Voldemort maven module for Hibernate OGM

2012-02-28 Thread Emmanuel Bernard
Just for my personal record, the process to upload a 3rd party dependency to JBoss repos is here https://community.jboss.org/wiki/UploadingAThirdpartyArtifact On 28 févr. 2012, at 10:06, Emmanuel Bernard wrote: > Hi Seiya, > > Many thanks for this work and sorry for the delay in answering. I /

[hibernate-dev] Meeting

2012-02-28 Thread Steve Ebersole
Stuck in traffic and wont be able to make todays meeting st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] ERROR SqlExceptionHelper:144 - Table "GIVENIDSTRENTITY_AUD" not found;

2012-02-28 Thread Strong Liu
Hi Adam, when running hibernate test suite, this test (org.hibernate.envers.test.integration.merge.AddDelTest) always fail with the following message: 22:09:58,494 DEBUG SQL:104 - create table GIVENIDSTRENTITY_AUD ( id integer not null, REV integer not null, REVTYPE

[hibernate-dev] Natural ids and inheritance

2012-02-28 Thread Steve Ebersole
Another discrepancy between hbm.xml and annotations currently is the definition of natural ids. hbm.xml only allows natural ids to be defined on the root entity, annotations allow it to be defined on any level of the hierarchy, even across classes. We need to decide what we want to support. 2

Re: [hibernate-dev] Natural ids and inheritance

2012-02-28 Thread Emmanuel Bernard
On 28 févr. 2012, at 17:59, Steve Ebersole wrote: > Another discrepancy between hbm.xml and annotations currently is the > definition of natural ids. hbm.xml only allows natural ids to be > defined on the root entity, annotations allow it to be defined on any > level of the hierarchy, even ac

Re: [hibernate-dev] Voldemort maven module for Hibernate OGM

2012-02-28 Thread Seiya Kawashima
Thank you for your response. Unfortunately I'm not quite sure the reason that the Voldemort project doesn't push it to the maven repository. There are questions and discussions about the usage of the repository on the Internet, but it seems to me that there is no clear answer for the reason. Or I

Re: [hibernate-dev] Natural ids and inheritance

2012-02-28 Thread John Verhaeg
I probably don't understand the complexities with this, but wouldn't the ID values in AA have to be completely independent of the values in A? > On 28 févr. 2012, at 17:59, Steve Ebersole wrote: > >> Another discrepancy between hbm.xml and annotations currently is the >> definition of natural i

Re: [hibernate-dev] Voldemort maven module for Hibernate OGM

2012-02-28 Thread Emmanuel Bernard
On 28 févr. 2012, at 19:41, Seiya Kawashima wrote: > Thank you for your response. > > Unfortunately I'm not quite sure the reason that the Voldemort project > doesn't push it to the maven repository. There are questions and discussions > about the usage of the repository on the Internet, but i