Re: [hibernate-dev] Beginner's tasks for Hibernate Search and Hibernate OGM

2012-02-29 Thread Hardy Ferentschik
Sounds cool. Where is that happening? On Mar 1, 2012, at 12:08 AM, Emmanuel Bernard wrote: > I will be doing a Hackergarten session next week with Hibernate Search and > OGM as projects. A hackergarten is one project master and a few wannabe > contributors hacking for a night on a few issues. I

Re: [hibernate-dev] Pull requests for JIRA issues related to NaturalIdLoadAccess

2012-02-29 Thread Eric Dalquist
It would be great if those could get merged since I can't use the natural id features until they are fixed. Someone else reported two more bugs in the new code: https://hibernate.onjira.com/browse/HHH-7112 https://hibernate.onjira.com/browse/HHH-7113 I'm going to be on vacation until Sunday but

[hibernate-dev] Pull requests for JIRA issues related to NaturalIdLoadAccess

2012-02-29 Thread Gail Badner
I noticed that Eric Dalquist created some pull requests for JIRA issues related to NaturalIdLoadAccess. These issues are not scheduled for fixing yet. Should they be scheduled for 4.1.1? Is there someone that plans to apply them? Should I do it? Please let me know. Thanks, Gail __

[hibernate-dev] Beginner's tasks for Hibernate Search and Hibernate OGM

2012-02-29 Thread Emmanuel Bernard
I will be doing a Hackergarten session next week with Hibernate Search and OGM as projects. A hackergarten is one project master and a few wannabe contributors hacking for a night on a few issues. I am looking for beginner materials for Hibernate OGM or Search. If you have ideas, let me know. E

Re: [hibernate-dev] Queries executed with bidirectional @OneToOnes

2012-02-29 Thread Guillaume Smet
On Wed, Feb 29, 2012 at 7:50 PM, Steve Ebersole wrote: > How are you loading these?  Using Query#iterate I assume? We are using: entityManager().createQuery(query).getResultList(); and AFAICS in the stacktrace Query#list. ___ hibernate-dev mailing list

[hibernate-dev] 4.1.1

2012-02-29 Thread Steve Ebersole
Just a reminder that 4.1.1 is slated for next week. If there is any work you want to get in to 4.1.1 please keep that in mind, or if you have issues assigned to you scheduled for 4.1.1. -- st...@hibernate.org http://hibernate.org ___ hibernate-dev ma

Re: [hibernate-dev] Queries executed with bidirectional @OneToOnes

2012-02-29 Thread Steve Ebersole
How are you loading these? Using Query#iterate I assume? On Wed 29 Feb 2012 11:21:36 AM CST, Guillaume Smet wrote: > Hi, > > It's not something new as we checked that it was already the case with > Hibernate 3.6 but we just hit an annoying problem with @OneToOne > annotation if the relation is bi

Re: [hibernate-dev] Annotations to separate package?

2012-02-29 Thread Steve Ebersole
We've been there before :) Annotations used to be a separate jar. We went out of our way to consolidate them. I don't think it makes any sense to split them back out. Nor do I see how it solves your concern anyway. Yes you no longer would get the error I guess, but that does not mean its d

Re: [hibernate-dev] Annotations to separate package?

2012-02-29 Thread Emmanuel Bernard
I don't understand how moving annotations in a separate jar would help you. You're weighting removing a jar vs adding one line in a configuration file unless I misunderstood your issue. On 29 févr. 2012, at 15:11, Sven Rienstra wrote: > Hi all, > > We've just migrated some of our products from

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

2012-02-29 Thread Seiya Kawashima
On Tue, Feb 28, 2012 at 1:47 PM, Emmanuel Bernard wrote: > > 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 > discussio

Re: [hibernate-dev] [HSEARCH] Any plan to release 3.4.2 soon?

2012-02-29 Thread Guillaume Smet
Hi, On Mon, Feb 27, 2012 at 1:35 PM, Sanne Grinovero wrote: > And sent a last pull request for 3.4 > https://github.com/hibernate/hibernate-search/pull/240 Thanks a lot for publishing 3.4.2. Greatly appreciated. -- Guillaume ___ hibernate-dev mailing

[hibernate-dev] Queries executed with bidirectional @OneToOnes

2012-02-29 Thread Guillaume Smet
Hi, It's not something new as we checked that it was already the case with Hibernate 3.6 but we just hit an annoying problem with @OneToOne annotation if the relation is bidirectional. Simplified example: class A { @OneToOne(cascade = CascadeType.ALL, orphanRemoval = true) private

[hibernate-dev] Deploying Hibernate OGM on AS 7.1 [OGM-117]

2012-02-29 Thread Sanne Grinovero
Hi Scott, last week I've been talking to you on IRC about Hibernate OGM on AS 7.1 deployment issues. That day I have been trying some module configurations, but have since had no time to look at it further. Do you think you could help with it? As I described on the issue, I have a fully-failing te

[hibernate-dev] Annotations to separate package?

2012-02-29 Thread Sven Rienstra
Hi all, We've just migrated some of our products from Hibernate 3 to Hibernate 4. We ran into some problems because Envers is now automatically starting when it is on the classpath. I think this is a really nice feature, however in our case most of our products need Envers on the classpath even

[hibernate-dev] Hibernate Search 4.1.0.CR1 is out: soft deletes

2012-02-29 Thread Emmanuel Bernard
Hi all, Hibernate Search 4.1 CR1 is out. give it a try as Final is coming very fast. We have added indexing interceptors to be able to do soft deletes and many other things. We have also released Hibernate Search 3.4.2 which is purely about bug fixes for users stuck in the 3.4 series. Read mor

Re: [hibernate-dev] infinispan test fails occasionally on hudson

2012-02-29 Thread Strong Liu
both on ci and my local - Best Regards, Strong Liu http://about.me/stliu/bio On Feb 29, 2012, at 6:39 PM, Galder Zamarreño wrote: > Is this happening in CI servers? Or locally in your machine? > > If the former, it could be simply cos CI is slow running tests. > > On F

Re: [hibernate-dev] infinispan test fails occasionally on hudson

2012-02-29 Thread Galder Zamarreño
Is this happening in CI servers? Or locally in your machine? If the former, it could be simply cos CI is slow running tests. On Feb 28, 2012, at 10:09 AM, Strong Liu wrote: > could someone take a look? > > org.hibernate.test.cache.infinispan.functional.ConcurrentWriteTest.testManyUsers > > Err