Re: [hibernate-dev] @TableGenerator.uniqueConstraints is ignored with a warning log message

2011-06-03 Thread Hardy Ferentschik
On Fri, 03 Jun 2011 18:14:46 +0200, Strong Liu wrote: > http://opensource.atlassian.com/projects/hibernate/browse/HHH-6288 > > John said he just copied the logic from legacy annotation binding code, > so i'm wondering maybe Emmanuel/Hardy knows why we ignore this attribute > in @TableGenerato

Re: [hibernate-dev] [HSEARCH] Problem with JBoss logging

2011-06-03 Thread Hardy Ferentschik
Hi, I blogged about this before in relation to the metamodel generator - http://in.relation.to/17636.lace As Sanne is saying the best way to run a annotation processor independent from the main compilation is maven-processor-plugin. --Hardy On Fri, 03 Jun 2011 02:09:48 +0200, Davide D'Alto

Re: [hibernate-dev] MetadataImpl ctor

2011-06-03 Thread Hardy Ferentschik
On Thu, 02 Jun 2011 21:51:33 +0200, Steve Ebersole wrote: > I have been working mostly on low-hanging fruit how nice :-) > More what I had in mind though is: > > MetadataImpl(...) { >// auxiliary database objects are independent >processAuxiliaryDatabaseObjects(...); > >// type d

[hibernate-dev] @TableGenerator.uniqueConstraints is ignored with a warning log message

2011-06-03 Thread Strong Liu
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6288 John said he just copied the logic from legacy annotation binding code, so i'm wondering maybe Emmanuel/Hardy knows why we ignore this attribute in @TableGenerator? --- Strong Liu http://hibernate.org http://github.co

Re: [hibernate-dev] R: Re: compile hibernate4 alpha3 using java5

2011-06-03 Thread Steve Ebersole
Its been discussed at the weekly (open) dev meetings and pretty sure on this list. I discuss it in the Hibernate 4 webinar I did just a few weeks ago. It is listed on the roadmap and the migration guide. On 06/03/2011 07:22 AM, gioacchinoma...@libero.it wrote: > Thanks, > Is it written somewhe

[hibernate-dev] why are embedded ids indexed?

2011-06-03 Thread Sanne Grinovero
About this post: https://forum.hibernate.org/viewtopic.php?f=9&t=1011255 I remember this came up before, but I don't remember if we had identified a good reason for why we're storing the ids for @IndexedEmbedded objects? Cheers, Sanne ___ hibernate-dev

[hibernate-dev] R: Re: compile hibernate4 alpha3 using java5

2011-06-03 Thread gioacchinoma...@libero.it
Thanks, Is it written somewhere in the site or in some blog post ? Messaggio originale Da: st...@hibernate.org Data: 01/06/2011 23.50 A: "gioacchinoma...@libero.it" Cc: Ogg: Re: [hibernate-dev] compile hibernate4 alpha3 using java5 Hibernate 4 requires Java 6 On Jun 1, 2011 4:

Re: [hibernate-dev] evners compile error in branch 36

2011-06-03 Thread Strong Liu
Sanne, I guess you're talking search 4? for search 4, yes, of course it should moved to jdk6, since core 4 now uses jdk6 but the previous was talking about core 3.6 which is jdk 5 compatible --- Strong Liu http://hibernate.org http://github.com/stliu On Jun 3, 2011, at 3:48 PM, Sanne

Re: [hibernate-dev] evners compile error in branch 36

2011-06-03 Thread Adam Warski
Ah, I thought you could pass some option to javac to compile file with a given source level? $ javac -help (...) -source Provide source compatibility with specified release (...) In the pom you can specify the target java version, so the maven compiler plugin could in theory pass th

[hibernate-dev] evners compile error in branch 36

2011-06-03 Thread Strong Liu
envers tries to override method in interface, which is not compilable on jdk1.5 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project hibernate-envers: Compilation failure [ERROR] /mnt/hudson_workspace/workspace/hibernat