Re: [hibernate-dev] Programmatic Mapping patch

2009-11-20 Thread Amin Mohammed-Coleman
Hi Emmanuel, Thanks. I'm working on the docs at the moment. I've added some of my comments. On Fri, Nov 20, 2009 at 2:21 PM, Emmanuel Bernard wrote: > > On 20 nov. 09, at 15:20, Emmanuel Bernard wrote: > > Hi Amin, > I've committed your patch, thanks! > There is still some work and questions r

Re: [hibernate-dev] Hibernate Search DSL ideas

2009-11-20 Thread Navin Surtani
On 20 Nov 2009, at 12:10, Emmanuel Bernard wrote: > I am very against the idea of runtime failures. That's the whole > point of a type safe fluent API. Yeah - understandable, the fewer exceptions thrown the better I guess. > I would rather put the effort on the framework side than on the >

Re: [hibernate-dev] Programmatic Mapping patch

2009-11-20 Thread Emmanuel Bernard
On 20 nov. 09, at 15:20, Emmanuel Bernard wrote: > Hi Amin, > I've committed your patch, thanks! > There is still some work and questions remaining but that's a big > coverage improvement. Now on to the doc to get the release out :) > > Here is my raw feedback > > 1. > Interface vs class? > Sho

Re: [hibernate-dev] Hibernate Search DSL ideas

2009-11-20 Thread Emmanuel Bernard
I am very against the idea of runtime failures. That's the whole point of a type safe fluent API. I would rather put the effort on the framework side than on the developer side. A string query language or a dynamic language is better if you are not bothered with helping the developer to write

[hibernate-dev] Hibernate Search DSL ideas

2009-11-20 Thread Navin Surtani
Heya, I was just thinking last night about a couple of things about the DSL. Mainly, instead of having lots of return types, for example you created a BooleanContext and a Negatable version if the Occur clause was MUST. I was wondering, instead of having separate contexts, is it easier to h

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Vinoth
> > One last thing, > Since I am a novice to this Hibernate & Hibernate Search, > Is there any reference documentation to build my knowledge for > QueryingInfinispan apart from that wiki page. > > > In a word - no :-). > > However, if you want to get more experience with learning how to query this

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Navin Surtani
On 20 Nov 2009, at 10:15, Vinoth wrote: >> I am currently using Hibernate Search 3.1.1 GA > > Well there's your issue. There was a change between 3.1.0 and 3.1.1. > So that's why we've switched the Infinispan dependency back to 3.1.0. > > A fix has been made in HS trunk, and that works fine. On

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Vinoth
> > I am currently using Hibernate Search 3.1.1 GA > > > Well there's your issue. There was a change between 3.1.0 and 3.1.1. So > that's why we've switched the Infinispan dependency back to 3.1.0. > > A fix has been made in HS trunk, and that works fine. On the Infinispan > side, at least we're ju

Re: [hibernate-dev] [infinispan-dev] Querying Infinispan -- Help Needed

2009-11-20 Thread Navin Surtani
> I am currently using Hibernate Search 3.1.1 GA Well there's your issue. There was a change between 3.1.0 and 3.1.1. So that's why we've switched the Infinispan dependency back to 3.1.0. A fix has been made in HS trunk, and that works fine. On the Infinispan side, at least we're just waiti