[hibernate-dev] Core issues targeting 3.6.2 and 4.0.0.alpha1

2011-03-07 Thread Gail Badner
Hibernate core 3.6.2 and 4.0.0.alpha1 are scheduled to be released on Wednesday. Please take a look at the outstanding issues. Unassigned issues will most likely be moved to the following release. If an issue is assigned to you and it will not be done before Wednesday, then please change the "

[hibernate-dev] Hibernate Validator 4.2.0.Beta2 is out

2011-03-07 Thread Hardy Ferentschik
All information on in.relation.to - http://in.relation.to/18632.lace --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate Search 3.4.0.Alpha1 Released

2011-03-07 Thread Sanne Grinovero
Hello all, we just released Hibernate Search 3.4 Alpha 1: more details as usual on the blog: http://in.relation.to/Bloggers/HibernateSearch34Alpha1FacetingQueryEngineRefactoringMorePerformanceTricks --Sanne ___ hibernate-dev mailing list hibernate-dev@li

[hibernate-dev] hibernate-core 3.6 branch on GitHub

2011-03-07 Thread Steve Ebersole
After the 4.0.0.Alpha1 release on Wednesday I want to rename the module directories on the 3.6 branch to match what we did on master to make porting fixes easier. This would mess up anyone with pending changes aganst 3.6 though, so I wanted to give everyone a heads up here. Let me know if this

Re: [hibernate-dev] my home network is not stable tonight, don't know if i can join the meeting

2011-03-07 Thread Steve Ebersole
On Monday, March 07, 2011, at 09:12 am, Strong Liu wrote: > hello, > > as $subject, just in case i can't join, here are the things: > > 1. the date of alpha release I try to keep these in JIRA as much as possible, so that is always a good place to look first. http://opensource.atlassian.com/p

[hibernate-dev] unmaintained second level cache integrations

2011-03-07 Thread Steve Ebersole
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5990 I am considering dropping both the hibernate-oscache and hibernate-swarmcache modules. Any objections? --- Steve Ebersole http://hibernate.org ___ hibernate-dev mailing list hibernate

[hibernate-dev] my home network is not stable tonight, don't know if i can join the meeting

2011-03-07 Thread Strong Liu
hello, as $subject, just in case i can't join, here are the things: 1. the date of alpha release 2. do we need documentation ready in this release? since the gradle-jdocbook is still waiting review by gradle team (as we discussed in the meeting, it is part of beta release) 3. is the migration to

Re: [hibernate-dev] hibernate-infinispan tests

2011-03-07 Thread Steve Ebersole
The root issue is the infinispan tests afaict. They seem to be trying to create these objects without passing in the Settings, which is how HibernateTransactionManagerLookup is set up to locate the JtaPlatform to use to obtain the TransactionManager. I'll fix that too On Monday, March 07, 201

Re: [hibernate-dev] SessionImpl.list(CriteriaImpl criteria) returns an empty list when no implementors exist

2011-03-07 Thread Bruno Bieth
@Steve Ebersole Hi Steve, I came across the same problem regarding the SessionImpl.list returning an empty list, and I ended up on this thread. I don't really understand your reasoning here : In other words the thing from which you query does not have to be mapped, and we will instead query fro

Re: [hibernate-dev] hibernate-infinispan tests

2011-03-07 Thread Galder Zamarreño
Steve, The root cause appears to be http://opensource.atlassian.com/projects/hibernate/browse/HHH-5949 Since then, HibernateTransactionManagerLookup does not return a transaction manager when requested one. As a result of this, the following set up code has changed in CacheTestUtil: cfg

Re: [hibernate-dev] Foreign key to not primary key column.

2011-03-07 Thread Max Rydahl Andersen
Dmitry, Could you make the patch a pull-request on hibernate 3.x and 4.x git version ? Then I think it can/will be accepted/processed faster. Thanks, Max On Mar 2, 2011, at 10:44, Dmitry Geraskov wrote: > Hey, guys, > it is possible that foreign key references non-primary key, but some > cand

Re: [hibernate-dev] hibernate-infinispan tests

2011-03-07 Thread Galder Zamarreño
Steve, I've replicated the failures on my env. It would appear as if the Infinispan layer is not being configured with a transaction manager any more in master. I'm trying to dig further and will provide more details later on. Cheers, On Mar 4, 2011, at 4:37 PM, Galder Zamarreño wrote: > Ok.