Re: [hibernate-dev] HV: Considering static vs. runtime type for property path creation

2011-04-21 Thread Gunnar Morling
Hi, > The good news is that we would have to move and modify only one single line > to make this happen :-) That sounds great. So we could even deliver this with HV 4.2. I created http://opensource.atlassian.com/projects/hibernate/browse/BVAL-226 in order to have the intended behavior clarified

[hibernate-dev] Lets move dev meeting 4/25

2011-04-21 Thread Steve Ebersole
This Sunday is Easter and I am guessing some folks will not be available that Monday. So lets move our weekly dev meeting to Tuesday the 26th, same time. Some items to consider for discussion: 1) proposed SessionFactory building apis 2) what to do with EJB3Configuration? 3) package name changes

Re: [hibernate-dev] Building a SessionFactory

2011-04-21 Thread Steve Ebersole
NamingStrategy is not a service. It is solely a function of building the metadata. Currently, again, I have this set up via ctor param passing: new MetadataSources( reg, new MyNamingStrategy() ) Really its not logically part of the source, its needed during the transition from source->metadat

Re: [hibernate-dev] Hibernate Search 3.5 or 4

2011-04-21 Thread Hardy Ferentschik
Hi, I don't think June is realistic. Do we really need to tie this to AS 7 releases? On Thu, 21 Apr 2011 09:58:30 +0200, Emmanuel Bernard wrote: > OK, if we want to do all of this we will hate to start very quickly. In > fairness, I'm not sure we can even do all of this so let's make su

Re: [hibernate-dev] HV: Considering static vs. runtime type for property path creation

2011-04-21 Thread Hardy Ferentschik
Hi, same here. I don't have really have a strong opinion, but the argument that constraints are determined based on the runtime type seems reasonable. The good news is that we would have to move and modify only one single line to make this happen :-) I created a test locally and w/ a small change

Re: [hibernate-dev] Building a SessionFactory

2011-04-21 Thread Emmanuel Bernard
On 21 avr. 2011, at 05:43, Steve Ebersole wrote: > I think this new API for creating a SessionFactory is starting to firm > up, so I wanted to put out another call for feedback before we get too > close to Alpha3. So at a high level there are 2 pieces of information > needed to build the Sess

Re: [hibernate-dev] HV: Considering static vs. runtime type for property path creation

2011-04-21 Thread Emmanuel Bernard
I don't have any strong opinion. I'd be tempted to say you are right. It seems to be somebody expecting a non indexable path would not be hurt if the Path structure returned an indexable version. Can you also create a BVAL issue so that the spec gets clarified. On 21 avr. 2011, at 00:11, Gunnar

Re: [hibernate-dev] Hibernate Search 3.5 or 4

2011-04-21 Thread Emmanuel Bernard
OK, if we want to do all of this we will hate to start very quickly. In fairness, I'm not sure we can even do all of this so let's make sure these are prioritized accordingly. I could not find the expected deadlines for AS 7 / Cre 4 but we are probably talking about June here: ie very soon. Som