Re: [hibernate-dev] Translation errors in ValidationMessages_de.properties

2011-09-22 Thread Hardy Ferentschik
On Thu, 22 Sep 2011 08:18:32 +0200, Mathias Weinert  wrote:

>> thanks for the corrections. Could you please attach the patch to
>> https://hibernate.onjira.com/browse/HV-519?

> Done.

Thanks. Will be applied for the next release.


>> Something also went wrong with your second email.
> Sorry for that.

No problem.

--Hardy
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Hardy Ferentschik
Hi,

does anyone else have problems w/ JGroupsCommonTest? It fails every few  
test runs w/o
apparent reason. There is no exception, just a failing assertion. Instead  
of two query
results none are returned.
I am at loss what's going on? Any JGroups interna maybe?

--Hardy
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Sanne Grinovero
right I saw it happening once too, but not very often. if you see it
often create an issue and assign it to me, it's best not to change the
JGroups code now as I have several pending changes.

Sanne

On 22 September 2011 17:37, Hardy Ferentschik  wrote:
> Hi,
>
> does anyone else have problems w/ JGroupsCommonTest? It fails every few
> test runs w/o
> apparent reason. There is no exception, just a failing assertion. Instead
> of two query
> results none are returned.
> I am at loss what's going on? Any JGroups interna maybe?
>
> --Hardy
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Davide D'Alto
It actually happens very often on my laptop too.

Davide

On Thu, Sep 22, 2011 at 6:06 PM, Sanne Grinovero  wrote:
> right I saw it happening once too, but not very often. if you see it
> often create an issue and assign it to me, it's best not to change the
> JGroups code now as I have several pending changes.
>
> Sanne
>
> On 22 September 2011 17:37, Hardy Ferentschik  wrote:
>> Hi,
>>
>> does anyone else have problems w/ JGroupsCommonTest? It fails every few
>> test runs w/o
>> apparent reason. There is no exception, just a failing assertion. Instead
>> of two query
>> results none are returned.
>> I am at loss what's going on? Any JGroups interna maybe?
>>
>> --Hardy
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Emmanuel Bernard
It is a timeout issue AFAIK. 
We sleep for some time waiting for the JGroups message. I am not sure why it's 
more frequent than before. One cause could be the Avro service layer (cold 
start). 

On 22 sept. 2011, at 19:15, "Davide D'Alto"  wrote:

> It actually happens very often on my laptop too.
> 
> Davide
> 
> On Thu, Sep 22, 2011 at 6:06 PM, Sanne Grinovero  wrote:
>> right I saw it happening once too, but not very often. if you see it
>> often create an issue and assign it to me, it's best not to change the
>> JGroups code now as I have several pending changes.
>> 
>> Sanne
>> 
>> On 22 September 2011 17:37, Hardy Ferentschik  wrote:
>>> Hi,
>>> 
>>> does anyone else have problems w/ JGroupsCommonTest? It fails every few
>>> test runs w/o
>>> apparent reason. There is no exception, just a failing assertion. Instead
>>> of two query
>>> results none are returned.
>>> I am at loss what's going on? Any JGroups interna maybe?
>>> 
>>> --Hardy
>>> ___
>>> hibernate-dev mailing list
>>> hibernate-dev@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>> 
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> 
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Refactoring in progress

2011-09-22 Thread Sanne Grinovero
Hi all,
I'm working on

HSEARCH-677 Isolate Hibernate Core dependency to make Hibernate Search
fully standalone

it's affecting the position of many files, please avoid making changes
to files which are related to the integration with Hibernate core*,
and as always avoid any change not directly related to an issue you're
working on.

*(such as Session and Query implementors and extensions, core event listeners)

Cheers,
Sanne
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev