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 ( one test case each ), which takes lots of 
memory.

So, this commit just intended to free these objects after each test run, but I 
missed it is also referenced by 
org.junit.runners.ParentRunner#fFilteredChildren, which means, if the Runner is 
not GCd, then these FrameworkMethods will not be GCd

 

On Apr 25, 2013, at 2:41 AM, Steve Ebersole  wrote:

> This seems to be tied to the commits for 
> https://hibernate.atlassian.net/browse/HHH-8127
> 
> Strong, these were your commits.  Can you give us any insight here?
> 
> The ci.hibernate.org tests were passing before your work : 
> http://ci.hibernate.org/job/hibernate-orm-master/52/
> 
> They started failing after your commit, and have not completed since : 
> http://ci.hibernate.org/job/hibernate-orm-master/53/
> 
> 
> On Tue 23 Apr 2013 06:10:10 PM CDT, 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 1024m, not 2048m.  The only change I pulled over from
>> that was to add jvmArgs '-XX:MaxPermSize=256m' as well.  Do you want
>> me to back that out as well?
>> 
>> 
>> On Mon 22 Apr 2013 05:01:08 PM CDT, Steve Ebersole wrote:
>>> You mean for tests?  Right now I see:
>>> 
>>> test {
>>>   ...
>>>   maxHeapSize = "1024m"
>>> }
>>> 
>>> 
>>> On Sat 20 Apr 2013 02:20:56 PM CDT, Sanne Grinovero wrote:
 Hi Steve,
 from the Jenkins console I couldn't figure it out either; I looked on
 the server and it seems the system kernel killed a java process
 because it needed more memory.
 
 The system has plenty of memory available now that no tests are
 running (about 1700MB), but from system logs it seems it regularly
 kills some java ORM process; this is not a regular out-of-heap size so
 it might be worth a short to revert the gradle memory options from
 
 maxHeapSize = "2048m"
 
 to
 
 maxHeapSize = "1024m"
 
 I had applied that change myself when we had the OOMs before because
 of the leak we profiled ...
 Also I'll keep in mind at the next machine refresh that we might want
 more memory.
 
 Cheers,
 Sanne
 
 
 On 20 April 2013 17:24, Steve Ebersole  wrote:
> Can someone tell me why
> http://ci.hibernate.org/job/hibernate-orm-master/48/ is showing as
> failing?
> 
> I looked in console and test output and see nothing (although it only
> runs the hibernate-c3p0 tests).
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

-
Best Regards,

Strong Liu 
http://about.me/stliu/bio



___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 CustomRunner instances ( one test class each ) 
> live in JVM and not get GCd at all, as well as thousands of 
> ExtendedFrameworkMethod instance ( one test case each ), which takes lots of 
> memory.
> 
> So, this commit just intended to free these objects after each test run, but 
> I missed it is also referenced by 
> org.junit.runners.ParentRunner#fFilteredChildren, which means, if the Runner 
> is not GCd, then these FrameworkMethods will not be GCd
> 
>  
> 
> On Apr 25, 2013, at 2:41 AM, Steve Ebersole  wrote:
> 
>> This seems to be tied to the commits for 
>> https://hibernate.atlassian.net/browse/HHH-8127
>> 
>> Strong, these were your commits.  Can you give us any insight here?
>> 
>> The ci.hibernate.org tests were passing before your work : 
>> http://ci.hibernate.org/job/hibernate-orm-master/52/
>> 
>> They started failing after your commit, and have not completed since : 
>> http://ci.hibernate.org/job/hibernate-orm-master/53/
>> 
>> 
>> On Tue 23 Apr 2013 06:10:10 PM CDT, 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 1024m, not 2048m.  The only change I pulled over from
>>> that was to add jvmArgs '-XX:MaxPermSize=256m' as well.  Do you want
>>> me to back that out as well?
>>> 
>>> 
>>> On Mon 22 Apr 2013 05:01:08 PM CDT, Steve Ebersole wrote:
 You mean for tests?  Right now I see:
 
 test {
   ...
   maxHeapSize = "1024m"
 }
 
 
 On Sat 20 Apr 2013 02:20:56 PM CDT, Sanne Grinovero wrote:
> Hi Steve,
> from the Jenkins console I couldn't figure it out either; I looked on
> the server and it seems the system kernel killed a java process
> because it needed more memory.
> 
> The system has plenty of memory available now that no tests are
> running (about 1700MB), but from system logs it seems it regularly
> kills some java ORM process; this is not a regular out-of-heap size so
> it might be worth a short to revert the gradle memory options from
> 
> maxHeapSize = "2048m"
> 
> to
> 
> maxHeapSize = "1024m"
> 
> I had applied that change myself when we had the OOMs before because
> of the leak we profiled ...
> Also I'll keep in mind at the next machine refresh that we might want
> more memory.
> 
> Cheers,
> Sanne
> 
> 
> On 20 April 2013 17:24, Steve Ebersole  wrote:
>> Can someone tell me why
>> http://ci.hibernate.org/job/hibernate-orm-master/48/ is showing as
>> failing?
>> 
>> I looked in console and test output and see nothing (although it only
>> runs the hibernate-c3p0 tests).
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> 
> -
> Best Regards,
> 
> Strong Liu 
> http://about.me/stliu/bio
> 
> 
> 

-
Best Regards,

Strong Liu 
http://about.me/stliu/bio



___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[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 but I
didn't find how to do that. Can someone help me with this issue? I'm stuck
in this problem, any help will be great.

e.g.
public class Entry
{
private String preferredName;
private List synsNames = new ArrayList();
private List locusNames = new ArrayList();
private List orfNames = new ArrayList();
...
}

CREATE TABLE names (
name_id number NOT NULL,
entry_id number NOT NULL,
name   varchar(200) NOT NULL,
type_idnumber NOT NULL,
CONSTRAINT pk_name PRIMARY KEY (name_id),
CONSTRAINT uq_name UNIQUE (entry_id, name)
);
plus foreign key between entry and names...
optional table type or instead of type_id just type..

Thanks in advance,
Teresa
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[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 is that I don't have Windows or a Mac to test it.

Is there anyone that could check the pull request on WIndows and/or Mac?

The link to the pull request is
https://github.com/hibernate/hibernate-ogm/pull/183

Thanks,
Davide
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 solve this issue I've tried to remove the rule and use a regular
> expression instead.
> The problem is that I don't have Windows or a Mac to test it.
>
> Is there anyone that could check the pull request on WIndows and/or Mac?
>
> The link to the pull request is
> https://github.com/hibernate/hibernate-ogm/pull/183
>
> Thanks,
> Davide
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 1024m, not 2048m.  The only change I pulled over from that was to add
> jvmArgs '-XX:MaxPermSize=256m' as well.  Do you want me to back that out as
> well?
>
>
>
> On Mon 22 Apr 2013 05:01:08 PM CDT, Steve Ebersole wrote:
>>
>> You mean for tests?  Right now I see:
>>
>> test {
>>...
>>maxHeapSize = "1024m"
>> }
>>
>>
>> On Sat 20 Apr 2013 02:20:56 PM CDT, Sanne Grinovero wrote:
>>>
>>> Hi Steve,
>>> from the Jenkins console I couldn't figure it out either; I looked on
>>> the server and it seems the system kernel killed a java process
>>> because it needed more memory.
>>>
>>> The system has plenty of memory available now that no tests are
>>> running (about 1700MB), but from system logs it seems it regularly
>>> kills some java ORM process; this is not a regular out-of-heap size so
>>> it might be worth a short to revert the gradle memory options from
>>>
>>> maxHeapSize = "2048m"
>>>
>>> to
>>>
>>> maxHeapSize = "1024m"
>>>
>>> I had applied that change myself when we had the OOMs before because
>>> of the leak we profiled ...
>>> Also I'll keep in mind at the next machine refresh that we might want
>>> more memory.
>>>
>>> Cheers,
>>> Sanne
>>>
>>>
>>> On 20 April 2013 17:24, Steve Ebersole  wrote:

 Can someone tell me why
 http://ci.hibernate.org/job/hibernate-orm-master/48/ is showing as
 failing?

 I looked in console and test output and see nothing (although it only
 runs the hibernate-c3p0 tests).
 ___
 hibernate-dev mailing list
 hibernate-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/hibernate-dev
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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,
>> 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 is that I don't have Windows or a Mac to test it.
>>
>> Is there anyone that could check the pull request on WIndows and/or Mac?
>>
>> The link to the pull request is
>> https://github.com/hibernate/hibernate-ogm/pull/183
>>
>> Thanks,
>> Davide
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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
>
> >
> >
> > 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,
> > >> 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 is that I don't have Windows or a Mac to test it.
> > >>
> > >> Is there anyone that could check the pull request on WIndows and/or
> Mac?
> > >>
> > >> The link to the pull request is
> > >> https://github.com/hibernate/hibernate-ogm/pull/183
> > >>
> > >> Thanks,
> > >> Davide
> > >> ___
> > >> hibernate-dev mailing list
> > >> hibernate-dev@lists.jboss.org
> > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > >>
> > >
> > >
> > ___
> > hibernate-dev mailing list
> > hibernate-dev@lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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" :
> >
> > >
> > > 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
> >
> > >
> > >
> > > 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,
> > > >> 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 is that I don't have Windows or a Mac to test it.
> > > >>
> > > >> Is there anyone that could check the pull request on WIndows and/or
> > Mac?
> > > >>
> > > >> The link to the pull request is
> > > >> https://github.com/hibernate/hibernate-ogm/pull/183
> > > >>
> > > >> Thanks,
> > > >> Davide
> > > >> ___
> > > >> hibernate-dev mailing list
> > > >> hibernate-dev@lists.jboss.org
> > > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > > >>
> > > >
> > > >
> > > ___
> > > hibernate-dev mailing list
> > > hibernate-dev@lists.jboss.org
> > > https://lists.jboss.org/mailman/listinfo/hibernate-dev
> >
> >
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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,
>>
>> 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
>> >
>> > >
>> > >
>> > > 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,
>> > > >> 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 is that I don't have Windows or a Mac to test it.
>> > > >>
>> > > >> Is there anyone that could check the pull request on WIndows and/or
>> > Mac?
>> > > >>
>> > > >> The link to the pull request is
>> > > >> https://github.com/hibernate/hibernate-ogm/pull/183
>> > > >>
>> > > >> Thanks,
>> > > >> Davide
>> > > >> ___
>> > > >> hibernate-dev mailing list
>> > > >> hibernate-dev@lists.jboss.org
>> > > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> > > >>
>> > > >
>> > > >
>> > > ___
>> > > hibernate-dev mailing list
>> > > hibernate-dev@lists.jboss.org
>> > > https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> >
>> >
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 "system" explicitly?

But OTOH the regexp approach has the nice effect that it rejects multiple
new lines which the original rule doesn't.

--Gunnar



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" :
> >
> > >
> > > 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
> >
> > >
> > >
> > > 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,
> > > >> 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 is that I don't have Windows or a Mac to test it.
> > > >>
> > > >> Is there anyone that could check the pull request on WIndows and/or
> > Mac?
> > > >>
> > > >> The link to the pull request is
> > > >> https://github.com/hibernate/hibernate-ogm/pull/183
> > > >>
> > > >> Thanks,
> > > >> Davide
> > > >> ___
> > > >> hibernate-dev mailing list
> > > >> hibernate-dev@lists.jboss.org
> > > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> > > >>
> > > >
> > > >
> > > ___
> > > hibernate-dev mailing list
> > > hibernate-dev@lists.jboss.org
> > > https://lists.jboss.org/mailman/listinfo/hibernate-dev
> >
> >
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 newline character when
executing the rule, so in WIndows will check using "crlf" and with a Mac
will use "cr" (according to the documentation:
http://checkstyle.sourceforge.net/config_misc.html).

Since we can only set the property in the rule to one of this value I don't
feel very confident about what can happen if you create a new file or edit
the file using different tools or system.
I'm not 100% sure that the regex won't have some false positive but it
seems more portable.


On Thu, Apr 25, 2013 at 2:11 PM, Gunnar Morling wrote:

> 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 "system" explicitly?
>
> But OTOH the regexp approach has the nice effect that it rejects multiple
> new lines which the original rule doesn't.
>
> --Gunnar
>
>
>
> 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" :
>> >
>> > >
>> > > 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
>> >
>> > >
>> > >
>> > > 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,
>> > > >> 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 is that I don't have Windows or a Mac to test it.
>> > > >>
>> > > >> Is there anyone that could check the pull request on WIndows and/or
>> > Mac?
>> > > >>
>> > > >> The link to the pull request is
>> > > >> https://github.com/hibernate/hibernate-ogm/pull/183
>> > > >>
>> > > >> Thanks,
>> > > >> Davide
>> > > >> ___
>> > > >> hibernate-dev mailing list
>> > > >> hibernate-dev@lists.jboss.org
>> > > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> > > >>
>> > > >
>> > > >
>> > > ___
>> > > hibernate-dev mailing list
>> > > hibernate-dev@lists.jboss.org
>> > > https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> >
>> >
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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, according to
https://help.github.com/articles/dealing-with-line-endings, the "text"
option you use in .gittattributes should use native endings during
checkout: "When committed [files] are stored with LF, on checkout they are
converted to the OS's native line endings.

So either Git or CheckStyle seem not working as described in their
documentation.

Anyways, the reg exp approach seems to work, so I don't want to bother you
:)

The error happens because checkstyle uses the system newline character when
> executing the rule, so in WIndows will check using "crlf" and with a Mac
> will use "cr" (according to the documentation:
> http://checkstyle.sourceforge.net/config_misc.html).
>
> Since we can only set the property in the rule to one of this value I
> don't feel very confident about what can happen if you create a new file or
> edit the file using different tools or system.
> I'm not 100% sure that the regex won't have some false positive but it
> seems more portable.
>
>
> On Thu, Apr 25, 2013 at 2:11 PM, Gunnar Morling wrote:
>
>> 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 "system" explicitly?
>>
>> But OTOH the regexp approach has the nice effect that it rejects multiple
>> new lines which the original rule doesn't.
>>
>> --Gunnar
>>
>>
>>
>> 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" :
>>> >
>>> > >
>>> > > 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
>>> >
>>> > >
>>> > >
>>> > > 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,
>>> > > >> 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 is that I don't have Windows or a Mac to test it.
>>> > > >>
>>> > > >> Is there anyone that could check the pull request on WIndows
>>> and/or
>>> > Mac?
>>> > > >>
>>> > > >> The link to the pull request is
>>> > > >> https://github.com/hibernate/hibernate-ogm/pull/183
>>> > > >>
>>> > > >> Thanks,
>>> > > >> Davide
>>> > > >> ___
>>> > > >> hibernate-dev mailing list
>>> > > >> hibernate-dev@lists.jboss.org
>>> > > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>> > > >>
>>> > > >
>>> > > >
>>> > > ___
>>> > > hibernate-dev mailing list
>>> > > hibernate-dev@lists.jboss.org
>>> > > https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>> >
>>> >
>>> ___
>>> hibernate-dev mailing list
>>> hibernate-dev@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>>
>>
>>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 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, according to
> https://help.github.com/articles/dealing-with-line-endings, the "text"
> option you use in .gittattributes should use native endings during
> checkout: "When committed [files] are stored with LF, on checkout they are
> converted to the OS's native line endings.
>
> So either Git or CheckStyle seem not working as described in their
> documentation.
>
> Anyways, the reg exp approach seems to work, so I don't want to bother you
> :)
>
> The error happens because checkstyle uses the system newline character
>> when executing the rule, so in WIndows will check using "crlf" and with a
>> Mac will use "cr" (according to the documentation:
>> http://checkstyle.sourceforge.net/config_misc.html).
>>
>> Since we can only set the property in the rule to one of this value I
>> don't feel very confident about what can happen if you create a new file or
>> edit the file using different tools or system.
>> I'm not 100% sure that the regex won't have some false positive but it
>> seems more portable.
>>
>>
>> On Thu, Apr 25, 2013 at 2:11 PM, Gunnar Morling wrote:
>>
>>> 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 "system" explicitly?
>>>
>>> But OTOH the regexp approach has the nice effect that it rejects
>>> multiple new lines which the original rule doesn't.
>>>
>>> --Gunnar
>>>
>>>
>>>
>>> 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" :
 >
 > >
 > > 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
 >
 > >
 > >
 > > 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,
 > > >> 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 is that I don't have Windows or a Mac to test it.
 > > >>
 > > >> Is there anyone that could check the pull request on WIndows
 and/or
 > Mac?
 > > >>
 > > >> The link to the pull request is
 > > >> https://github.com/hibernate/hibernate-ogm/pull/183
 > > >>
 > > >> Thanks,
 > > >> Davide
 > > >> ___
 > > >> hibernate-dev mailing list
 > > >> hibernate-dev@lists.jboss.org
 > > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
 > > >>
 > > >
 > > >
 > > ___
 > > hibernate-dev mailing list
 > > hibernate-dev@lists.jboss.org
 > > https://lists.jboss.org/mailman/listinfo/hibernate-dev
 >
 >
 ___
 hibernate-dev mailing list
 hibernate-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/hibernate-dev

>>>
>>>
>>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[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-04-25-14.59.html
[10:21]  Minutes (text): 
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-04-25-14.59.txt
[10:21]  Log: 
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-04-25-14.59.log.html
 

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[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 hindsight, 
shouldn't have been made in 4.1.x to begin with. To clean things up, it was 
decided to release 4.1.12. 

Thank you for all your contributions!

Brett Meyer
Red Hat Software Engineer, Hibernate
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 to be precise) to check the 
SessionFactoryRegistry to make sure there are no still registered 
SessionFactories after a test class is done.  If there are, it logs a 
message and clears the SessionFactoryRegistry.  This is simplistic as 
we still have other resources that need to be checked 
(ServiceRegistries are used independently from SessionFactory quite a 
bit).

This was after I got all tests indicated by Strong to extend 
BaseUnitTestCase that did not previously.  I did have problems with 
org.hibernate.metamodel.source.annotations.xml.mocker.AbstractMockerTest 
and subclasses.  Having it extend BaseUnitTestCase with that 
functionality led to assertion failures in 3 tests:

BasicMockerTest.testEntityWithEntityMappingsConfiguration
OverrideTest.testPersistenceUnitDefaultsCascadePersistInAnnotation
OverrideTest.testPersistenceUnitMetadataMetadataComplete

Which is odd, because those tests don't even deal with a SessionFactory.

As for checking that created ServiceRegistry instances get cleaned up, 
not sure how we can check that.

Another thing we should do is to exclude the metamodel tests currently 
on master.  After that, I am out of ideas...

On Thu 25 Apr 2013 05:28:35 AM CDT, Sanne Grinovero wrote:
> 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
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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.. Suggestion from Linux experts welcome in the meantime:
I've never seen such an error before.

Sanne
On 25 Apr 2013 20:53, "Steve Ebersole"  wrote:

> 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
> to be precise) to check the SessionFactoryRegistry to make sure there are
> no still registered SessionFactories after a test class is done.  If there
> are, it logs a message and clears the SessionFactoryRegistry.  This is
> simplistic as we still have other resources that need to be checked
> (ServiceRegistries are used independently from SessionFactory quite a bit).
>
> This was after I got all tests indicated by Strong to extend
> BaseUnitTestCase that did not previously.  I did have problems with
> org.hibernate.metamodel.**source.annotations.xml.mocker.**AbstractMockerTest
> and subclasses.  Having it extend BaseUnitTestCase with that functionality
> led to assertion failures in 3 tests:
>
> BasicMockerTest.**testEntityWithEntityMappingsCo**nfiguration
> OverrideTest.**testPersistenceUnitDefaultsCas**cadePersistInAnnotation
> OverrideTest.**testPersistenceUnitMetadataMet**adataComplete
>
> Which is odd, because those tests don't even deal with a SessionFactory.
>
> As for checking that created ServiceRegistry instances get cleaned up, not
> sure how we can check that.
>
> Another thing we should do is to exclude the metamodel tests currently on
> master.  After that, I am out of ideas...
>
> On Thu 25 Apr 2013 05:28:35 AM CDT, Sanne Grinovero wrote:
>
>> 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
>>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 testClasses involves.  Actual test source 
compilation was already completed earlier.


On Thu 25 Apr 2013 03:32:30 PM CDT, Sanne Grinovero wrote:
> 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.. Suggestion from Linux experts
> welcome in the meantime: I've never seen such an error before.
>
> Sanne
>
> On 25 Apr 2013 20:53, "Steve Ebersole"  > wrote:
>
> 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 to be precise) to check the
> SessionFactoryRegistry to make sure there are no still registered
> SessionFactories after a test class is done.  If there are, it
> logs a message and clears the SessionFactoryRegistry.  This is
> simplistic as we still have other resources that need to be
> checked (ServiceRegistries are used independently from
> SessionFactory quite a bit).
>
> This was after I got all tests indicated by Strong to extend
> BaseUnitTestCase that did not previously.  I did have problems
> with
> 
> org.hibernate.metamodel.__source.annotations.xml.mocker.__AbstractMockerTest
> and subclasses.  Having it extend BaseUnitTestCase with that
> functionality led to assertion failures in 3 tests:
>
> BasicMockerTest.__testEntityWithEntityMappingsCo__nfiguration
> OverrideTest.__testPersistenceUnitDefaultsCas__cadePersistInAnnotation
> OverrideTest.__testPersistenceUnitMetadataMet__adataComplete
>
> Which is odd, because those tests don't even deal with a
> SessionFactory.
>
> As for checking that created ServiceRegistry instances get cleaned
> up, not sure how we can check that.
>
> Another thing we should do is to exclude the metamodel tests
> currently on master.  After that, I am out of ideas...
>
> On Thu 25 Apr 2013 05:28:35 AM CDT, Sanne Grinovero wrote:
>
> 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
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


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 more than
2GB or RAM; I had underestimated our needs, luckily it's an easy fix:
tomorrow I'll transfer the VM into a different host.

http://ci.hibernate.org/job/hibernate-orm-master/72/

Sanne



On 25 April 2013 23:49, Steve Ebersole  wrote:
> 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 testClasses involves.  Actual test source compilation
> was already completed earlier.
>
>
>
> On Thu 25 Apr 2013 03:32:30 PM CDT, Sanne Grinovero wrote:
>>
>> 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.. Suggestion from Linux experts
>> welcome in the meantime: I've never seen such an error before.
>>
>> Sanne
>>
>> On 25 Apr 2013 20:53, "Steve Ebersole" > > wrote:
>>
>> 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 to be precise) to check the
>> SessionFactoryRegistry to make sure there are no still registered
>> SessionFactories after a test class is done.  If there are, it
>> logs a message and clears the SessionFactoryRegistry.  This is
>> simplistic as we still have other resources that need to be
>> checked (ServiceRegistries are used independently from
>> SessionFactory quite a bit).
>>
>> This was after I got all tests indicated by Strong to extend
>> BaseUnitTestCase that did not previously.  I did have problems
>> with
>>
>> org.hibernate.metamodel.__source.annotations.xml.mocker.__AbstractMockerTest
>>
>> and subclasses.  Having it extend BaseUnitTestCase with that
>> functionality led to assertion failures in 3 tests:
>>
>> BasicMockerTest.__testEntityWithEntityMappingsCo__nfiguration
>> OverrideTest.__testPersistenceUnitDefaultsCas__cadePersistInAnnotation
>> OverrideTest.__testPersistenceUnitMetadataMet__adataComplete
>>
>>
>> Which is odd, because those tests don't even deal with a
>> SessionFactory.
>>
>> As for checking that created ServiceRegistry instances get cleaned
>> up, not sure how we can check that.
>>
>> Another thing we should do is to exclude the metamodel tests
>> currently on master.  After that, I am out of ideas...
>>
>> On Thu 25 Apr 2013 05:28:35 AM CDT, Sanne Grinovero wrote:
>>
>> 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
>>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev