Re: [hibernate-dev] HHH-9106: Multiple detached representations of the same entity cannot be merged

2014-04-09 Thread Emmanuel Bernard
I have had a chat with Gail on $subject and promised to give my feedback. First of, I would argue that the user is doing something relatively wrong on my weirdo scale. I am not massively bothered with whatever solution we end up choosing. When the same state is present in both instances, you guys

[hibernate-dev] Jira / GitHub issues

2014-04-09 Thread Steve Ebersole
Just a heads up that as or tomorrow (April 10) we should see the Jira / GitHub issues resolved. The last 2 issues we have been waiting on were just resolved: 1) https://jira.atlassian.com/browse/DCON-391 2) https://jira.atlassian.com/browse/DCON-393 Essentially this most recent problem has been

Re: [hibernate-dev] Ology, a social network running on Hibernate

2014-04-09 Thread Steve Ebersole
Looks nice Marc On Tue, Apr 8, 2014 at 7:52 AM, Emmanuel Bernard wrote: > Sweet :) > > On 07 Apr 2014, at 19:03, Marc Schipperheyn > wrote: > > > Hi all, > > > > On another note I just wanted to mention the new release of Ology, > > www.ology.com.br. > > It's a social network that can be seen a

Re: [hibernate-dev] Why Hibernate 4.2.x should receive more updates

2014-04-09 Thread Steve Ebersole
Yes, I agree it is a shame. BTW, did you see we just released yet another 4.2? ;) On Mon, Apr 7, 2014 at 11:58 AM, Marc Schipperheyn wrote: > Fair enough. It's a shame though. Like it or not, there are tons of people > using Spring and I'm guessing the vast majority will not be on 4.0 any time

Re: [hibernate-dev] Jira / GitHub issues

2014-04-09 Thread Sanne Grinovero
Nice, thanks Steve. Do I need to change something in project configuration to benefit from the automatic linking? On 9 April 2014 13:37, Steve Ebersole wrote: > Just a heads up that as or tomorrow (April 10) we should see the Jira / > GitHub issues resolved. The last 2 issues we have been waitin

Re: [hibernate-dev] Jira / GitHub issues

2014-04-09 Thread Steve Ebersole
No, it should happen automatically. *Should* :) This new round of DVCS support has been far from smooth. I blame it on Atlassian being in the DVCS game now with Stash. I don't think its hard to see that they focus their DVCS testing there rather than GitHub. On Wed, Apr 9, 2014 at 9:46 AM, Sa

Re: [hibernate-dev] Metamodel - Entity primary key mappings

2014-04-09 Thread Steve Ebersole
So we need to decide how to best represent the identifier for the entity. That's ultimately the disconnect here. Hibernate historically had 3 ways to represent ids: * simple - these were explicitly basic type ids: longs, ints, strings, etc. == * aggregated composite - essentially @EmbeddedId *

[hibernate-dev] Java 8, type annotations and Hibernate Validator

2014-04-09 Thread Emmanuel Bernard
I always thought that type annotations would allow us to look via refection to annotations like public class Foo { public Set< @NotNull String> names; } But looking at some tutorials like http://jaxenter.com/jsr-308-explained-java-type-annotations-49929.html it seems that these an

Re: [hibernate-dev] Java 8, type annotations and Hibernate Validator

2014-04-09 Thread Gunnar Morling
2014-04-09 21:01 GMT+02:00 Emmanuel Bernard : > I always thought that type annotations would allow us to look via > refection to annotations like > > public class Foo { >public Set< @NotNull String> names; > } > > But looking at some tutorials like > http://jaxenter.com/jsr-308-exp

Re: [hibernate-dev] Java 8, type annotations and Hibernate Validator

2014-04-09 Thread Emmanuel Bernard
Cool, I’ll be able to sleep tonight :) On 09 Apr 2014, at 21:19, Gunnar Morling wrote: > 2014-04-09 21:01 GMT+02:00 Emmanuel Bernard : > I always thought that type annotations would allow us to look via > refection to annotations like > > public class Foo { >public Set< @NotNull Str

Re: [hibernate-dev] 5.0 metamodel binding

2014-04-09 Thread Gail Badner
Envers looks at @MappedSuperclass ClassInfo to see if it has any attributes that are audited. If it finds one, then Envers has to find the corresponding AttributeBinding in the EntityBinding to get it's access type, column names, etc. I don't think it really requires a MappedSuperclassBinding,

Re: [hibernate-dev] Ology, a social network running on Hibernate

2014-04-09 Thread Sanne Grinovero
Indeed! Thanks for sharing, always nice to see such achievements. Sanne On 9 April 2014 13:38, Steve Ebersole wrote: > Looks nice Marc > > > On Tue, Apr 8, 2014 at 7:52 AM, Emmanuel Bernard > wrote: > >> Sweet :) >> >> On 07 Apr 2014, at 19:03, Marc Schipperheyn >> wrote: >> >> > Hi all, >> >