[hibernate-dev] Re: ProjectionQueryTest

Emmanuel Bernard emmanuel at hibernate.org
Wed Jun 13 16:20:07 EDT 2007


... which, now that I think about it, essentially means there is a  
real bug behind it :)
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-78

On 13 juin 07, at 15:55, Emmanuel Bernard wrote:

> This was a test issue, I fixed it.
> Basically I do not support projection with the old style  
> annotations, so the field was ignored.
> I did not change the projection test when I moved from ignoring non  
> stored fields to raising an exception. But because @Unstored was  
> used, I couldn't see the issue: that's why it raised when you  
> switched to @Field(index=Index.TOKENIZED, store=Store.NO)
>
> On 13 juin 07, at 15:07, Hardy Ferentschik wrote:
>
>> On Wed, 13 Jun 2007 16:14:38 +0200, Emmanuel Bernard  
>> <emmanuel at hibernate.org> wrote:
>>
>>> Hum interesting,
>>> Which test fails exactly?
>> org.hibernate.search.test.query.ProjectionQueryTest
>>
>>> I just jave to replace the getBody annotation?
>> I believe so. I attached the the faling test.
>>
>> -- 
>> Hardy<ProjectionQueryTest.java>______________________________________ 
>> _________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev




More information about the hibernate-dev mailing list