Re: [hibernate-dev] CI Jobs and Byteman

2015-08-19 Thread Gunnar Morling
Wouldn't a better approach be to either a) run the NoSQL store in question on another port or b) configure Byteman to use another port? Limiting the number of nodes where certain jobs can run contradicts our previous efforts for scaling out the CI environment and improve build job turn around time

[hibernate-dev] Hibernate.org layouts

2015-08-19 Thread Steve Ebersole
In regards to WEBSITE-382 [1], I would love to get the "list" of version family specific doc page links into the left nav ideally as another section there. Anyone able to give me some pointers how to hook into the left-hand nav links are managed?

[hibernate-dev] CI Jobs and Byteman

2015-08-19 Thread Davide D'Alto
Hi all, it seems that the Hibernate Search tests using Byteman are having some conflicts with some ports used by the NoSql dbs we installed to test OGM. For now I just set up the Search jobs to work on ci-slave-4 where I have stopped the dbs. Tomorrow I will try to figure out the process that ar

Re: [hibernate-dev] Hibernate 2lc settings in WildFly

2015-08-19 Thread Scott Marlow
Thanks Radim, I created https://issues.jboss.org/browse/WFLY-5137 for adding 'immutable-entities' to the WildFly standalone*.xml. I included a copy of the proposed change in the jira. Scott On 08/19/2015 06:02 AM, Radim Vansa wrote: > I think that it was my mistake to not make this 'immutable-

[hibernate-dev] ORM 5.0 Final - delayed

2015-08-19 Thread Steve Ebersole
I am going to delay releasing 5.0 Final until tomorrow at earliest. The CI server is having some massive trouble at the moment and I'd prefer to make sure that we are getting clean builds there before I start the release. ___ hibernate-dev mailing list h

Re: [hibernate-dev] Compile error in hibernate-infinispan

2015-08-19 Thread Steve Ebersole
So the problem was that ultimately, compiled with Java 8, javac picks up the default remove() impl from Iterator. Pre-Java8 of course default methods are not available. I just added an impl of remove(). On Wed, Aug 19, 2015 at 12:27 PM Steve Ebersole wrote: > https://hibernate.atlassian.net/br

Re: [hibernate-dev] Compile error in hibernate-infinispan

2015-08-19 Thread Steve Ebersole
https://hibernate.atlassian.net/browse/HHH-10040 On Wed, Aug 19, 2015 at 9:36 AM Steve Ebersole wrote: > I few things... > > 1) Remember that JAVA6_HOME really needs to point to a JDK 7 HOME. > 2) We had a discussion on IRC wrt Infinispan 7 versus 8. Infinispan 7 is > supposed to require at le

Re: [hibernate-dev] Hibernate ORM SQL generation

2015-08-19 Thread Steve Ebersole
I agree. Its my biggest hang up with regard to using Antlr 4. Actually, its my only hang up with Antlr 4, but its a huge one. On Tue, Aug 18, 2015 at 9:30 AM andrea boriero wrote: > yes Steve I'm more familiar with Antlr4 ( but not 3) and I gave a look at > your poc. > > Apart some problems to

Re: [hibernate-dev] Naming strategies 4.3 -> 5.0

2015-08-19 Thread Steve Ebersole
Yes, I am talking about the "collection table" name. That is why I mentioned @JoinTable. Again, we correctly produce the JPA-compliant name, as I said. The issue is that we do not seem to produce the correct (what I expected) legacy name. In trying to verify what that legacy name should be. R

Re: [hibernate-dev] Compile error in hibernate-infinispan

2015-08-19 Thread Steve Ebersole
I few things... 1) Remember that JAVA6_HOME really needs to point to a JDK 7 HOME. 2) We had a discussion on IRC wrt Infinispan 7 versus 8. Infinispan 7 is supposed to require at least Java 7; Infinispan 8 requires at least Java 8 3) hibernate-infinispan pulls in Infinispan 7 (yes, there is a CI

Re: [hibernate-dev] Compile error in hibernate-infinispan

2015-08-19 Thread Sanne Grinovero
On 19 August 2015 at 15:04, andrea boriero wrote: > I noticed the problem only when i run the build with AVA6_HOME set Ah, great that might explain it! CI isn't setting that (and I'm also not setting that locally). Still, the hibernate-infinispan module is not compatible with Java6, so could you

Re: [hibernate-dev] Compile error in hibernate-infinispan

2015-08-19 Thread andrea boriero
I noticed the problem only when i run the build with AVA6_HOME set On 19 August 2015 at 13:27, Sanne Grinovero wrote: > Hi Gail, > I tried to build it as well but I couldn't reproduce the problem; how > are you building it to trigger the error? Could you confirm which > commit id you were build

Re: [hibernate-dev] Missing transaction hangs the testsuite

2015-08-19 Thread Martin Simka
I'm now trying to run database testsuite against various databases. So far I've been successful with hibernate-core and hibernate-entitymanager tests on MariaDB and PostgreSQL (I had to add transaction to few test cases). But I can't run hibernate-envers tests on MariaDB because a lot of tests h

Re: [hibernate-dev] Compile error in hibernate-infinispan

2015-08-19 Thread Sanne Grinovero
Hi Gail, I tried to build it as well but I couldn't reproduce the problem; how are you building it to trigger the error? Could you confirm which commit id you were building? While I don't have compile issues, I do however see some test failures after your last commit, and CI seems to agree: - htt

Re: [hibernate-dev] OGM build job failed: javac bug!

2015-08-19 Thread Sanne Grinovero
On 19 August 2015 at 08:15, Gunnar Morling wrote: > Ok, seems we are hitting a known issue in the Maven compiler plug-in > [1], where incremental compilation causes this error in the "deploy" > phase. I've worked around this by disabling Maven's incremental > compilation feature. > > But I am now

Re: [hibernate-dev] Hibernate 2lc settings in WildFly

2015-08-19 Thread Radim Vansa
I think that it was my mistake to not make this 'immutable-entities' get its configuration from 'entities', when it's not declared explicitly. I believe that adding that cache configuration to WF configs is the easiest way to fix things; though, if users use their own configs, they won't be not

Re: [hibernate-dev] OGM build job failed: javac bug!

2015-08-19 Thread Gunnar Morling
Ok, seems we are hitting a known issue in the Maven compiler plug-in [1], where incremental compilation causes this error in the "deploy" phase. I've worked around this by disabling Maven's incremental compilation feature. But I am now running into an issue during the upload to SourceForge: "Host