Re: [hibernate-dev] byteman

2012-03-21 Thread Shawn Clowater
FWIW, I'm not getting those 2 connection failures either, the only tests that fail the majority of the time for me locally are the infinispan ones (from the other test failure thread), although they sometimes pass but mostly blow about 20 failures, which was also happening on a clean pull of 4.1.1

[hibernate-dev] multiple/single JGroups channels in Hibernate Search

2012-03-21 Thread Sanne Grinovero
Context: HSEARCH-1070 JGroups channels need to be shared across multiple backends I think it makes sense for an Hibernate Search instance to share a single JGroups channel across multiple backends; there are several reasons for this: - Not having to change configuration details such as differen

Re: [hibernate-dev] upgrade to gradle 1.0-m9

2012-03-21 Thread Strong Liu
On Mar 21, 2012, at 10:12 PM, Steve Ebersole wrote: > On Wed 21 Mar 2012 09:04:28 AM CDT, Strong Liu wrote: >> m9 doesn't causes the new problem, it just does not fix it. the issue exists >> in m8 as well. > > I dont have build hangs on documentation with m8a… w/o documentation namespace chang

Re: [hibernate-dev] upgrade to gradle 1.0-m9

2012-03-21 Thread Steve Ebersole
On Wed 21 Mar 2012 09:04:28 AM CDT, Strong Liu wrote: > m9 doesn't causes the new problem, it just does not fix it. the issue exists > in m8 as well. I dont have build hangs on documentation with m8a... > and since the changes (lots of deprecated methods were removed in this m9 > release) I ma

Re: [hibernate-dev] upgrade to gradle 1.0-m9

2012-03-21 Thread Strong Liu
On Mar 21, 2012, at 9:46 PM, Steve Ebersole wrote: > I have a different take. If it does not fix anything (and actually causes > new problems you report) why make everyone have to upgrade? m9 doesn't causes the new problem, it just does not fix it. the issue exists in m8 as well. and since th

Re: [hibernate-dev] Fwd: Re: Proxies and typing

2012-03-21 Thread Steve Ebersole
Oops, forgot the name of the test package I referred to :) org.hibernate.test.dynamicentity On Wed 21 Mar 2012 08:06:44 AM CDT, Steve Ebersole wrote: > Comments inline... > > > On Wed 21 Mar 2012 05:36:01 AM CDT, Sanne Grinovero wrote: >> As an API user if I'm expected to use the _User_ interface

Re: [hibernate-dev] upgrade to gradle 1.0-m9

2012-03-21 Thread Steve Ebersole
I have a different take. If it does not fix anything (and actually causes new problems you report) why make everyone have to upgrade? On Wed 21 Mar 2012 02:43:27 AM CDT, Strong Liu wrote: > On Mar 21, 2012, at 6:23 AM, Steve Ebersole wrote: > >> GRADLE-2169 (or at least tests hanging on your sys

Re: [hibernate-dev] Fwd: Re: Proxies and typing

2012-03-21 Thread Steve Ebersole
Comments inline... On Wed 21 Mar 2012 05:36:01 AM CDT, Sanne Grinovero wrote: > As an API user if I'm expected to use the _User_ interface, I think I > would expect the annotations to be defined on the interface, not on > the UserImpl.class .. as with the rest of mapping annotations. > > I don't

Re: [hibernate-dev] Fwd: Re: Proxies and typing

2012-03-21 Thread Sanne Grinovero
As an API user if I'm expected to use the _User_ interface, I think I would expect the annotations to be defined on the interface, not on the UserImpl.class .. as with the rest of mapping annotations. I don't know about the technical requirements to make this implementable; I guess you need some U

Re: [hibernate-dev] upgrade to gradle 1.0-m9

2012-03-21 Thread Strong Liu
On Mar 21, 2012, at 6:23 AM, Steve Ebersole wrote: > GRADLE-2169 (or at least tests hanging on your system) was the main reason to > switch to m9. If that's not addressed by m9 then IMO we should not switch. > Like I said on IRC all the reports I saw (JIRA and forum) said that that > particul