[hibernate-dev] Interested in helping a research study on Eclipse?

2011-06-06 Thread Mohsen Vakilian
Hi I'm Mohsen, a PhD student working with Prof. Ralph Johnson at the University of Illinois at Urbana-Champaign (UIUC). Ralph is a co-author of the seminal book on design patterns (GoF) and his research group has a history of important contributions to IDE's. Our team [1] is studying how deve

[hibernate-dev] IRC Dev Meeting

2011-06-06 Thread Steve Ebersole
[06/06/11 10:18] Meeting ended Mon Jun 6 15:18:21 2011 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) [06/06/11 10:18] Minutes: http://people.redhat.com/~manderse/irc.freenode.org/meetings/hibernate-dev/2011/hibernate-dev.2011-06-06-15.02.html [06/06/11 10:18] Mi

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Emmanuel Bernard
On 6 juin 2011, at 16:41, Emmanuel Bernard wrote: > > On 6 juin 2011, at 14:34, Sanne Grinovero wrote: > >> 2011/6/6 Emmanuel Bernard : >>> I mean this setting being set to true (RE OGM). >> >> I'm wondering how you would use that, and especially if you wouldn't >> need the class type as well;

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Emmanuel Bernard
On 6 juin 2011, at 14:34, Sanne Grinovero wrote: > 2011/6/6 Emmanuel Bernard : >> I mean this setting being set to true (RE OGM). > > I'm wondering how you would use that, and especially if you wouldn't > need the class type as well; you wouldn't need it today as all mapping > is static and so t

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Sanne Grinovero
2011/6/6 Emmanuel Bernard : > I mean this setting being set to true (RE OGM). I'm wondering how you would use that, and especially if you wouldn't need the class type as well; you wouldn't need it today as all mapping is static and so the type can be inferred from the owning documentBuilder, but w

Re: [hibernate-dev] Wrong JdbcServicesImpl configuration with problematic connection

2011-06-06 Thread Steve Ebersole
Then please create a test case that illustrates this problematic behavior and ideally create a pull request fixing said behavior On Jun 6, 2011 5:01 AM, "Dmitry Geraskov" wrote: > Hey, guys, > > I decided to write to this list to force this mistake to be fixed in Beta1. > > There is a widely used

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Emmanuel Bernard
I mean this setting being set to true (RE OGM). On 6 juin 2011, at 12:31, Emmanuel Bernard wrote: > yep that's fine. I suspect this setting will be quite useful in Hibernate > OGM's search engine though. > On 6 juin 2011, at 12:27, Sanne Grinovero wrote: > >> 2011/6/6 Emmanuel Bernard : >>> Tha

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Emmanuel Bernard
yep that's fine. I suspect this setting will be quite useful in Hibernate OGM's search engine though. On 6 juin 2011, at 12:27, Sanne Grinovero wrote: > 2011/6/6 Emmanuel Bernard : >> That's a backward compatible change so it needs to be done in 4.0 > > That's why I'm proposing it now again. Wou

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Sanne Grinovero
2011/6/6 Emmanuel Bernard : > That's a backward compatible change so it needs to be done in 4.0 That's why I'm proposing it now again. Would you agree on it? Sanne > On 6 juin 2011, at 11:58, Sanne Grinovero wrote: > >> 2011/6/6 Emmanuel Bernard : >>> >>> On 6 juin 2011, at 11:29, Sanne Grinover

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Emmanuel Bernard
That's a backward compatible change so it needs to be done in 4.0 On 6 juin 2011, at 11:58, Sanne Grinovero wrote: > 2011/6/6 Emmanuel Bernard : >> >> On 6 juin 2011, at 11:29, Sanne Grinovero wrote: >> >>> Hi, >>> >>> 2011/6/6 Emmanuel Bernard : Because somehow we need people to be able

[hibernate-dev] Wrong JdbcServicesImpl configuration with problematic connection

2011-06-06 Thread Dmitry Geraskov
Hey, guys, I decided to write to this list to force this mistake to be fixed in Beta1. There is a widely used class JdbcServicesImpl in hibernate4. In the configure(Map configValues) it gets Connection object and does the configuration. But what if the connection can't be established? It do som

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Sanne Grinovero
2011/6/6 Emmanuel Bernard : > > On 6 juin 2011, at 11:29, Sanne Grinovero wrote: > >> Hi, >> >> 2011/6/6 Emmanuel Bernard : >>> Because somehow we need people to be able to index the id of embedded >>> objects. >> >> But why, we don't ever use it right? Is the purpose to make it >> possible for pe

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Emmanuel Bernard
On 6 juin 2011, at 11:29, Sanne Grinovero wrote: > Hi, > > 2011/6/6 Emmanuel Bernard : >> Because somehow we need people to be able to index the id of embedded >> objects. > > But why, we don't ever use it right? Is the purpose to make it > possible for people to include restrictions on the id

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Sanne Grinovero
Hi, 2011/6/6 Emmanuel Bernard : > Because somehow we need people to be able to index the id of embedded objects. But why, we don't ever use it right? Is the purpose to make it possible for people to include restrictions on the ids when creating queries? > And at the time, I decided that automati

Re: [hibernate-dev] why are embedded ids indexed?

2011-06-06 Thread Emmanuel Bernard
Because somehow we need people to be able to index the id of embedded objects. And at the time, I decided that automatically indexing them was harmless. Either we stay as is or we add a specific annotation to ask for id indexing in embedded objects Emmanuel On 3 juin 2011, at 14:42, Sanne Grino