Hi all,
Re:
http://www.jboss.org/community/wiki/UsingInfinispanasJPAHibernateSecondLevelCacheProvider
Please find in the link above a wiki explaining how to configure
Infinispan as a second level cache provider. The advanced configuration
section is of particular interest for anyone who wants
1) Personally, I don't like the attribute names sql-get and sql-set.
When I think through trying to describe and explain this feature to
people, the terms "wrap" and "unwrap" keep coming to my head as being
descriptive, relevant and natural. It was really the "naturalness"
aspect that got me with
I am thinking how to provide programmatic configuration into Hibernate
Search for many caches, i.e. if user wants to use different configured
caches for each index.With XML it is ok, in one file can be configured many
named caches. So far in programmatic version user have to implement method
that r
On 28 août 09, at 07:54, Sanne Grinovero wrote:
> Sure I like it! I'm in the swamp of old mails, so I give you my first
> impression only:
> Even if it's fluent it's not (yet) intuitive to me which methods I
> should call;
>
> Query luceneQuery =
> qb.must(Occurs.MUST)
>.add(
>qb.bo
answers and ideas inline:
2009/9/3 Emmanuel Bernard :
>
> On 28 août 09, at 07:54, Sanne Grinovero wrote:
>
>> Sure I like it! I'm in the swamp of old mails, so I give you my first
>> impression only:
>> Even if it's fluent it's not (yet) intuitive to me which methods I should
>> call;
>>
>> Query
I don't see how people would nicely have access to the right bridge
implementation
On 3 sept. 09, at 17:30, Sanne Grinovero wrote:
>>
>> That would be cool but realistically we need to accept Object
>> unless somehow
>> we can convey the "expected" type(s) of a field bridge using
>> generic
Hi Steve,
Thanks for the feedback. I am working on moving the patch to trunk as
you requested. I'll update the bug when that's done. My comments on the
rest of your feedback are inline below.
On 09/03/2009 04:39 PM, Steve Ebersole wrote:
> 1) Personally, I don't like the attribute names sql-get