Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
I got it to work with a filthy hack: I've created a new virtual volume, attached it to the VM and activated it as additional swap drive.. This way the build wasn't killed and could complete, however (as expected) it took ages to complete. At least now we know the proper remedy: use a machine with

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Steve Ebersole
I am watching a build I just kicked off right now in the ui console and the sticking point seems to actually be compiling the test classes (unless I am mis-understanding the console). The step where the build hung (just before dieing) was: :hibernate-core:testClasses I have to see what all test

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
I think it's an environment problem of our CI, I yet have to understand what this message means but while using less memory could be a valid workaround, I still suspect the problem is not in Hibernate's code. Sorry this is going to be a bit slow I need to get a RH subscription to get proper support

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Steve Ebersole
As far as I can tell there are no tests leaving the SessionFactory open in hibernate-core. I have not tested yet with the other modules, but from what I can see the CI builds fail at the point trying to run these tests. Essentially I added a hook in CustomRunner (in AfterClassCallbackHandler

[hibernate-dev] Hibernate ORM 4.2.1.Final and 4.1.12.Final Released

2013-04-25 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM421FinalAnd4112FinalReleased Originally, 4.1.11 was slated to be the final release of 4.1.x. However, in HHH-8149, we reverted HHH-7797 for 4.1 (changed unique columns, keys, and constraints). The change had snowballed into numerous issues and, in hinds

[hibernate-dev] IRC Developer meeting - 4/25

2013-04-25 Thread Steve Ebersole
Short meeting today. Discussed CI server, checkstyle checks. [10:21] Meeting ended Thu Apr 25 15:20:16 2013 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) [10:21] Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Davide D'Alto
> Anyways, the reg exp approach seems to work, so I don't want to bother you :) No problem, it's actually a way to see if what I'm doing make sense :) On Thu, Apr 25, 2013 at 2:55 PM, Gunnar Morling wrote: > 2013/4/25 Davide D'Alto > >> Thanks Gunnar, >> >> in the .gitattributes file we defin

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Gunnar Morling
2013/4/25 Davide D'Alto > Thanks Gunnar, > > in the .gitattributes file we define the rule that says that all the new > lines must be converted to "lf" when pushing on the repository. > When someone clone the repository all the files seems to have "lf" has new > line character. > Interesting, ac

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Davide D'Alto
Thanks Gunnar, in the .gitattributes file we define the rule that says that all the new lines must be converted to "lf" when pushing on the repository. When someone clone the repository all the files seems to have "lf" has new line character. The error happens because checkstyle uses the system n

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Gunnar Morling
Davide, It works on my Mac, too. I'm wondering though why the original NewlineAtEndOfFile rule didn't work on all systems. There is a property "lineSeparator" which defaults to "system" as per the docs, which I had understood to do the right thing on all platforms. Have you tried setting it to "s

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Davide D'Alto
Awesome, Thanks On Thu, Apr 25, 2013 at 12:51 PM, Guillaume SCHEIBEL < guillaume.schei...@gmail.com> wrote: > I ran both "mvn clean compile" and "mvn checkstyle:checkstyle" on my > windows laptop and got 2 "build success". > > Guillaume > > > 2013/4/25 Davide D'Alto > >> Thanks you Gunnar, >> >

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Guillaume SCHEIBEL
I ran both "mvn clean compile" and "mvn checkstyle:checkstyle" on my windows laptop and got 2 "build success". Guillaume 2013/4/25 Davide D'Alto > Thanks you Gunnar, > > Davide > > > On Thu, Apr 25, 2013 at 12:07 PM, Gunnar Morling >wrote: > > > > > Am 25.04.2013 12:34 schrieb "Davide D'Alto"

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Davide D'Alto
Thanks you Gunnar, Davide On Thu, Apr 25, 2013 at 12:07 PM, Gunnar Morling wrote: > > Am 25.04.2013 12:34 schrieb "Davide D'Alto" : > > > > > Thanks Guillaume, > > are you going to test it on Windows isn't? > > > > We still need a volunteer with a Mac. > > I can do that. > > --Gunnar > > > > >

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Davide D'Alto
Thanks Guillaume, are you going to test it on Windows isn't? We still need a volunteer with a Mac. On Thu, Apr 25, 2013 at 11:10 AM, Guillaume SCHEIBEL < guillaume.schei...@gmail.com> wrote: > hello, > > I'm checking and keep you up to date. > > Guillaume > > > 2013/4/25 Davide D'Alto > >> Hi,

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
On 25 April 2013 09:04, Strong Liu wrote: > Sanne, > > is it possible that you give me ssh access to the ci server? Sure; I'm adding Strong, if anyone else wants root access just send me your public key using your redhat account. Cheers, Sanne ___ hibe

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Sanne Grinovero
I see, sorry confused myself with some changes I had locally. I don't have a better idea, I'll look again on the server. On 24 April 2013 00:10, Steve Ebersole wrote: > Any other thoughts one what to do here? > > Sanne, not sure if you saw my earlier response, but heap size is already set > to 1

Re: [hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Guillaume SCHEIBEL
hello, I'm checking and keep you up to date. Guillaume 2013/4/25 Davide D'Alto > Hi, > we have a problem with one of the rules in checkstyle: NewLineAtEndOfFile > > It seems that this rule in Windows is using the wrong character to check if > there is a new line at the end of a file. > > To s

[hibernate-dev] [OGM] Checkstyle rule failing in Windows

2013-04-25 Thread Davide D'Alto
Hi, we have a problem with one of the rules in checkstyle: NewLineAtEndOfFile It seems that this rule in Windows is using the wrong character to check if there is a new line at the end of a file. To solve this issue I've tried to remove the rule and use a regular expression instead. The problem i

[hibernate-dev] Mapping different objects with a single table

2013-04-25 Thread Teresa Batista Neto
Dear all, We have a java class that contains a list of names of type A, a list of names of type B, and a preferred name. We would like to map this list of names and the preferred name in a single table called names that contains id, name and type. I already had a look in hibernate documentation bu

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Strong Liu
Sanne, is it possible that you give me ssh access to the ci server? On Apr 25, 2013, at 3:10 PM, Strong Liu wrote: > actually this commit doesn't help ( but I don't think it causes anything > either ), I will rollback this commit > > the idea was : > > from the profiler, I see all CustomRunn

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Strong Liu
actually this commit doesn't help ( but I don't think it causes anything either ), I will rollback this commit the idea was : from the profiler, I see all CustomRunner instances ( one test class each ) live in JVM and not get GCd at all, as well as thousands of ExtendedFrameworkMethod instance